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,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
6,
30
],
[
30,
31
]
] | [
"import java.util.Scanner;\nclass Main {\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int x = stdIn.nextInt();\n int ans = x*x*x;\n \n System.out.println(ans);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int x = stdIn.nextInt();\n int ans = x*x*x;\n \n System.out.println(ans);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int x = stdIn.nextInt();\n int ans = x*x*x;\n \n System.out.println(ans);\n }",
"main",
"{\n Scanner stdIn = new Scanner(System.in);\n \n int x = stdIn.nextInt();\n int ans = x*x*x;\n \n System.out.println(ans);\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int x = stdIn.nextInt();",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int ans = x*x*x;",
"ans",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int x = stdIn.nextInt();
int ans = x*x*x;
System.out.println(ans);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
12,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
6
],
[
6,
7
],
[
47,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
47,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
47,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
34,
41
],
[
41,
42
],
[
42,
43
],
[
32,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tint a;\n\tpublic void input(){\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}\n\tpublic void output(){\n\t\tSystem.out.println(a*a*a);\n\t}\n\tpublic static void main(String[] args){\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint a;\n\tpublic void input(){\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}\n\tpublic void output(){\n\t\tSystem.out.println(a*a*a);\n\t}\n\tpublic static void main(String[] args){\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}\n}",
"Main",
"int a;",
"a",
"public void input(){\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}",
"input",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"public void output(){\n\t\tSystem.out.println(a*a*a);\n\t}",
"output",
"{\n\t\tSystem.out.println(a*a*a);\n\t}",
"System.out.println(a*a*a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"public static void main(String[] args){\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}",
"main",
"{\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}",
"Main p = new Main();",
"p",
"new Main()",
"p.input()",
"p.input",
"p",
"p.output()",
"p.output",
"p",
"String[] args",
"args",
"public class Main{\n\tint a;\n\tpublic void input(){\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}\n\tpublic void output(){\n\t\tSystem.out.println(a*a*a);\n\t}\n\tpublic static void main(String[] args){\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}\n}",
"public class Main{\n\tint a;\n\tpublic void input(){\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t}\n\tpublic void output(){\n\t\tSystem.out.println(a*a*a);\n\t}\n\tpublic static void main(String[] args){\n\t\tMain p = new Main();\n\t\tp.input();\n\t\tp.output();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int a;
public void input(){
Scanner scan = new Scanner(System.in);
a = scan.nextInt();
}
public void output(){
System.out.println(a*a*a);
}
public static void main(String[] args){
Main p = new Main();
p.input();
p.output();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
28,
32
],
[
6,
33
],
[
33,
34
]
] | [
"import java.io.*;\nclass Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\tString nb = buf.readLine();\n\t\tint x = Integer.parseInt(nb);\n\t\tSystem.out.println((int)Math.pow(x,3));\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\tString nb = buf.readLine();\n\t\tint x = Integer.parseInt(nb);\n\t\tSystem.out.println((int)Math.pow(x,3));\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\tString nb = buf.readLine();\n\t\tint x = Integer.parseInt(nb);\n\t\tSystem.out.println((int)Math.pow(x,3));\n\t}",
"main",
"{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\tString nb = buf.readLine();\n\t\tint x = Integer.parseInt(nb);\n\t\tSystem.out.println((int)Math.pow(x,3));\n\t}",
"BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));",
"buf",
"new BufferedReader(new InputStreamReader(System.in))",
"String nb = buf.readLine();",
"nb",
"buf.readLine()",
"buf.readLine",
"buf",
"int x = Integer.parseInt(nb);",
"x",
"Integer.parseInt(nb)",
"Integer.parseInt",
"Integer",
"nb",
"System.out.println((int)Math.pow(x,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));
String nb = buf.readLine();
int x = Integer.parseInt(nb);
System.out.println((int)Math.pow(x,3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
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
],
[
20,
22
],
[
19,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"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 intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intInput = scan.nextInt();",
"intInput",
"scan.nextInt()",
"scan.nextInt",
"scan",
"intInput = (intInput * intInput * intInput)",
"intInput",
"(intInput * intInput * intInput)",
"intInput * intInput * intInput",
"intInput",
"intInput",
"intInput",
"System.out.println(intInput)",
"System.out.println",
"System.out",
"System",
"System.out",
"intInput",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\t\tintInput = (intInput * intInput * intInput);\n\t\tSystem.out.println(intInput);\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 intInput = scan.nextInt();
intInput = (intInput * intInput * intInput);
System.out.println(intInput);
}
} |
[
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,
13,
41,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
57,
11
],
[
57,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
14,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
32,
43
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
14,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
12,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] | [
"import java.io.InputStreamReader;\nimport java.io.BufferedReader;\nimport java.io.IOException;\n\npublic class Main {\n public static void main(String args[] ) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(n);\n }\n}",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"public class Main {\n public static void main(String args[] ) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(n);\n }\n}",
"Main",
"public static void main(String args[] ) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(n);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(n);\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",
"int n = Integer.parseInt(line);",
"n",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"int v = n;",
"v",
"n",
"for(int i = 0; i < 2; i++){\n n *= v;\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n n *= v;\n }",
"{\n n *= v;\n }",
"n *= v",
"n",
"v",
"System.out.println(n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n",
"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 line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(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 line = br.readLine();\n int n = Integer.parseInt(line);\n int v = n;\n \n for(int i = 0; i < 2; i++){\n n *= v;\n }\n\n System.out.println(n);\n }\n}",
"Main"
] | import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.io.IOException;
public class Main {
public static void main(String args[] ) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
int n = Integer.parseInt(line);
int v = n;
for(int i = 0; i < 2; i++){
n *= v;
}
System.out.println(n);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.util.Scanner;\n\n/**\n * @author ??\\???\n *\n */\npublic class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int arg = scanner.nextInt();",
"arg",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"scanner.close()",
"scanner.close",
"scanner",
"System.out.println((int)Math.pow(arg, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(arg, 3)",
"Math.pow",
"Math",
"arg",
"3",
"String[] args",
"args",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint arg = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tSystem.out.println((int)Math.pow(arg, 3));\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
/**
* @author ??\???
*
*/
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int arg = scanner.nextInt();
scanner.close();
System.out.println((int)Math.pow(arg, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
17,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
]
] | [
"import java.io.*;\nclass Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint x;\n\t\tint sum=0;\n\t\tx=Integer.parseInt(br.readLine());\n\t\tsum=x*x*x;\n\t\tSystem.out.println(sum);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint x;\n\t\tint sum=0;\n\t\tx=Integer.parseInt(br.readLine());\n\t\tsum=x*x*x;\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main",
"public static void main(String[] args)throws Exception\n\t{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint x;\n\t\tint sum=0;\n\t\tx=Integer.parseInt(br.readLine());\n\t\tsum=x*x*x;\n\t\tSystem.out.println(sum);\n\t}",
"main",
"{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint x;\n\t\tint sum=0;\n\t\tx=Integer.parseInt(br.readLine());\n\t\tsum=x*x*x;\n\t\tSystem.out.println(sum);\n\t}",
"BufferedReader br =new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int x;",
"x",
"int sum=0;",
"sum",
"0",
"x=Integer.parseInt(br.readLine())",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"sum=x*x*x",
"sum",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(sum)",
"System.out.println",
"System.out",
"System",
"System.out",
"sum",
"String[] args",
"args"
] | import java.io.*;
class Main
{
public static void main(String[] args)throws Exception
{
BufferedReader br =new BufferedReader(new InputStreamReader(System.in));
int x;
int sum=0;
x=Integer.parseInt(br.readLine());
sum=x*x*x;
System.out.println(sum);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
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
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.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\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.close();\n\t}",
"main",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.close();\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int x = input.nextInt();",
"x",
"input.nextInt()",
"input.nextInt",
"input",
"int answer = x * x * x;",
"answer",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"input.close()",
"input.close",
"input",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.close();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint x = input.nextInt();\n\t\t\n\t\tint answer = x * x * x;\n\t\tSystem.out.println(answer);\n input.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int x = input.nextInt();
int answer = x * x * x;
System.out.println(answer);
input.close();
}
} |
[
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,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
42,
11
],
[
42,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
12,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"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 strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\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 strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\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 strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strInput = br.readLine();",
"strInput",
"br.readLine()",
"br.readLine",
"br",
"int numInput = Integer.parseInt(strInput);",
"numInput",
"Integer.parseInt(strInput)",
"Integer.parseInt",
"Integer",
"strInput",
"System.out.println(numInput*numInput*numInput)",
"System.out.println",
"System.out",
"System",
"System.out",
"numInput*numInput*numInput",
"numInput*numInput*numInput",
"numInput",
"numInput",
"numInput",
"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 strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\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 strInput = br.readLine();\n\t\tint numInput = Integer.parseInt(strInput);\n\t\tSystem.out.println(numInput*numInput*numInput);\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 strInput = br.readLine();
int numInput = Integer.parseInt(strInput);
System.out.println(numInput*numInput*numInput);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
56,
11
],
[
56,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
41,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
49,
52
],
[
12,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n\tpublic static void main(String[] aegs){\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\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",
"public class Main {\n\tpublic static void main(String[] aegs){\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\n\t\t\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] aegs){\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\n\t\t\n\t\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int a = 0;",
"a",
"0",
"try {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}",
"catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"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\ta = Integer.parseInt(br.readLine());\n\t\t}",
"a = Integer.parseInt(br.readLine())",
"a",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(a*a*a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"String[] aegs",
"aegs",
"public class Main {\n\tpublic static void main(String[] aegs){\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\n\t\t\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] aegs){\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint a = 0;\n\t\t\n\t\ttry {\n\t\t\ta = Integer.parseInt(br.readLine());\n\t\t} catch (NumberFormatException 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}\n\t\t\n\t\tSystem.out.println(a*a*a);\n\t\t\n\t\t\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] aegs){
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int a = 0;
try {
a = Integer.parseInt(br.readLine());
} catch (NumberFormatException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
System.out.println(a*a*a);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
20,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
31,
31
],
[
31,
32
],
[
31,
33
],
[
31,
34
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
12,
41
],
[
41,
42
]
] | [
"\n \nimport java.util.Scanner;\nimport java.util.*;\nimport java.lang.*;\n \nclass Main {\n \n public static void main(String[] args) {\n int x = 0, tot;\n Scanner sc = new Scanner(System.in);\n \n\n \n int temp = sc.nextInt();\n\n \n tot = temp * temp * temp;\n \n System.out.println((int)tot);\n\n \n }\n \n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"class Main {\n \n public static void main(String[] args) {\n int x = 0, tot;\n Scanner sc = new Scanner(System.in);\n \n\n \n int temp = sc.nextInt();\n\n \n tot = temp * temp * temp;\n \n System.out.println((int)tot);\n\n \n }\n \n }",
"Main",
"public static void main(String[] args) {\n int x = 0, tot;\n Scanner sc = new Scanner(System.in);\n \n\n \n int temp = sc.nextInt();\n\n \n tot = temp * temp * temp;\n \n System.out.println((int)tot);\n\n \n }",
"main",
"{\n int x = 0, tot;\n Scanner sc = new Scanner(System.in);\n \n\n \n int temp = sc.nextInt();\n\n \n tot = temp * temp * temp;\n \n System.out.println((int)tot);\n\n \n }",
"int x = 0",
"x",
"0",
"tot;",
"tot",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int temp = sc.nextInt();",
"temp",
"sc.nextInt()",
"sc.nextInt",
"sc",
"tot = temp * temp * temp",
"tot",
"temp * temp * temp",
"temp * temp * temp",
"temp",
"temp",
"temp",
"System.out.println((int)tot)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)tot",
"String[] args",
"args"
] |
import java.util.Scanner;
import java.util.*;
import java.lang.*;
class Main {
public static void main(String[] args) {
int x = 0, tot;
Scanner sc = new Scanner(System.in);
int temp = sc.nextInt();
tot = temp * temp * temp;
System.out.println((int)tot);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
45,
14
],
[
45,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
38,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
15,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer buffer = new StringTokenizer(br.readLine());",
"buffer",
"new StringTokenizer(br.readLine())",
"int x = Integer.parseInt(buffer.nextToken());",
"x",
"Integer.parseInt(buffer.nextToken())",
"Integer.parseInt",
"Integer",
"buffer.nextToken()",
"buffer.nextToken",
"buffer",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint x = Integer.parseInt(buffer.nextToken());\n\t\t\tSystem.out.println(x * x * x);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer buffer = new StringTokenizer(br.readLine());
int x = Integer.parseInt(buffer.nextToken());
System.out.println(x * x * x);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
47,
11
],
[
47,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
14,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
14,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
37,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
14,
41
],
[
41,
42
],
[
42,
43
],
[
12,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"/* package whatever; // don't place package name! */\n\nimport 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{\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 \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\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 \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\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 \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\n\t}",
"main",
"{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\n\t}",
"BufferedReader stdReader =\n \tnew BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"line = stdReader.readLine()",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"int x = Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"stdReader.close()",
"stdReader.close",
"stdReader",
"String[] args",
"args",
"public class Main\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 \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\n\t}\n}",
"public class Main\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 \tnew BufferedReader(new InputStreamReader(System.in));\n \tString line;\n \t\n \tline = stdReader.readLine();\n \tint x = Integer.parseInt(line);\n \t\n \tSystem.out.println(x * x * x);\n \t\n \tstdReader.close();\n\t}\n}",
"Main"
] | /* package whatever; // don't place package name! */
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
{
public static void main (String[] args) throws java.lang.Exception
{
// your code goes here
BufferedReader stdReader =
new BufferedReader(new InputStreamReader(System.in));
String line;
line = stdReader.readLine();
int x = Integer.parseInt(line);
System.out.println(x * x * x);
stdReader.close();
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
30,
5
],
[
30,
6
],
[
6,
7
],
[
6,
8
],
[
30,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
9,
27
],
[
27,
28
],
[
0,
29
],
[
29,
30
],
[
29,
31
]
] | [
"import java.util.*;\n\npublic class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }\n}",
"Main",
"private static final Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }",
"main",
"{\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }",
"int x = scn.nextInt();",
"x",
"scn.nextInt()",
"scn.nextInt",
"scn",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }\n}",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int x = scn.nextInt();\n System.out.println(x * x * x);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
private static final Scanner scn = new Scanner(System.in);
public static void main(String[] args) {
int x = scn.nextInt();
System.out.println(x * x * x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
13,
42,
2,
17,
40,
13,
30,
0,
13,
13,
29,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
42,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
6,
23
],
[
23,
24
],
[
6,
25
],
[
25,
26
],
[
69,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
40,
45
],
[
37,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
37,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
56,
59
],
[
37,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
27,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static int pow(int num,int cnt){\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static int pow(int num,int cnt){\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }\n}",
"Main",
"public static int pow(int num,int cnt){\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }",
"pow",
"{\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }",
"int ans = num;",
"ans",
"num",
"while(1 < cnt--){\n ans *= num;\n }",
"1 < cnt--",
"1",
"cnt--",
"cnt",
"{\n ans *= num;\n }",
"ans *= num",
"ans",
"num",
"return ans;",
"ans",
"int num",
"num",
"int cnt",
"cnt",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }",
"sc.hasNext()",
"sc.hasNext",
"sc",
"{\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }",
"String[] line = sc.nextLine().split(\" \");",
"line",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"int innum = Integer.parseInt(line[0]);",
"innum",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"int ans = pow(innum,3);",
"ans",
"pow(innum,3)",
"pow",
"innum",
"3",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n public static int pow(int num,int cnt){\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }\n}",
"public class Main {\n public static int pow(int num,int cnt){\n int ans = num;\n while(1 < cnt--){\n ans *= num;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n while( sc.hasNext() ){\n String[] line = sc.nextLine().split(\" \");\n int innum = Integer.parseInt(line[0]);\n int ans = pow(innum,3);\n System.out.println(ans);\n }\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static int pow(int num,int cnt){
int ans = num;
while(1 < cnt--){
ans *= num;
}
return ans;
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
while( sc.hasNext() ){
String[] line = sc.nextLine().split(" ");
int innum = Integer.parseInt(line[0]);
int ans = pow(innum,3);
System.out.println(ans);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
62,
11
],
[
62,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
28,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
28,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
55,
58
],
[
12,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}",
"main",
"{\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}",
"InputStreamReader in = new InputStreamReader(System.in);",
"in",
"new InputStreamReader(System.in)",
"BufferedReader reader = new BufferedReader(in);",
"reader",
"new BufferedReader(in)",
"try {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t}",
"String str = reader.readLine();",
"str",
"reader.readLine()",
"reader.readLine",
"reader",
"int x = Integer.parseInt(str);",
"x",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"if(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}",
"x >= 1 && x <= 100",
"x >= 1",
"x",
"1",
"x <= 100",
"x",
"100",
"{\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader in = new InputStreamReader(System.in);\n\t\tBufferedReader reader = new BufferedReader(in);\n\t\ttry {\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\n\t\t\tif(x >= 1 && x <= 100){\n\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
InputStreamReader in = new InputStreamReader(System.in);
BufferedReader reader = new BufferedReader(in);
try {
String str = reader.readLine();
int x = Integer.parseInt(str);
if(x >= 1 && x <= 100){
System.out.println(x*x*x);
}
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
38,
8
],
[
38,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
31,
33
],
[
31,
34
],
[
9,
35
],
[
35,
36
],
[
0,
37
],
[
37,
38
],
[
37,
39
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int x ;",
"x",
"x = Integer.parseInt(br.readLine())",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x ;\n\t\tx = Integer.parseInt(br.readLine());\n\t\t\n\t\tSystem.out.println(x*x*x);\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception{
// TODO ?????????????????????????????????????????????
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int x ;
x = Integer.parseInt(br.readLine());
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
39,
11
],
[
39,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
12,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"\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 * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int n = Integer.parseInt(br.readLine());",
"n",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(n*n*n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n*n*n",
"n*n*n",
"n",
"n",
"n",
"String[] args",
"args",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(n*n*n);\n\t}\n\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
/**
* @param args
* @throws IOException
* @throws NumberFormatException
*/
public static void main(String[] args) throws NumberFormatException, IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
System.out.println(n*n*n);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
33,
8
],
[
33,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
15,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
20,
29
],
[
9,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"System.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(Integer.parseInt(br.readLine()), 3)",
"Math.pow",
"Math",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"3",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println((int)Math.pow(Integer.parseInt(br.readLine()), 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint y = (int)Math.pow(x, 3);\n\t\tSystem.out.println(y);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint y = (int)Math.pow(x, 3);\n\t\tSystem.out.println(y);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint y = (int)Math.pow(x, 3);\n\t\tSystem.out.println(y);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint y = (int)Math.pow(x, 3);\n\t\tSystem.out.println(y);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = Integer.parseInt(scan.next());",
"x",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"scan.close()",
"scan.close",
"scan",
"int y = (int)Math.pow(x, 3);",
"y",
"(int)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int x = Integer.parseInt(scan.next());
scan.close();
int y = (int)Math.pow(x, 3);
System.out.println(y);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
39,
11
],
[
39,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
12,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int accept = Integer.valueOf(br.readLine());",
"accept",
"Integer.valueOf(br.readLine())",
"Integer.valueOf",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(accept*accept*accept)",
"System.out.println",
"System.out",
"System",
"System.out",
"accept*accept*accept",
"accept*accept*accept",
"accept",
"accept",
"accept",
"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 int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int accept = Integer.valueOf(br.readLine());\n System.out.println(accept*accept*accept);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int accept = Integer.valueOf(br.readLine());
System.out.println(accept*accept*accept);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
4,
18,
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
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
33,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\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\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}\n\t}",
"try(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}",
"{\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}",
"Scanner sc = new Scanner(System.in)",
"Scanner sc = new Scanner(System.in)",
"new Scanner(System.in)",
"int value = sc.nextInt();",
"value",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}",
"value >=1 && value <=100",
"value >=1",
"value",
"1",
"value <=100",
"value",
"100",
"{\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}",
"System.out.println((int)Math.pow(value,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(value,3)",
"Math.pow",
"Math",
"value",
"3",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint value = sc.nextInt();\n\t\t\tif(value >=1 && value <=100) {\n\t\t\t\tSystem.out.println((int)Math.pow(value,3));\t\t\t\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try(Scanner sc = new Scanner(System.in)){
int value = sc.nextInt();
if(value >=1 && value <=100) {
System.out.println((int)Math.pow(value,3));
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
22,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
6,
44
],
[
44,
45
]
] | [
"import java.io.*;\nclass Main{\n\tpublic static void main(String args[]){\n\t\tBufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String args[]){\n\t\tBufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tBufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\n\t}",
"BufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));",
"readNum",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\t\t\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}",
"catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}",
"IOException 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\tString stringNum = readNum.readLine();\n\t\t\tint Num = Integer.parseInt(stringNum);\n\t\t\tSystem.out.println((int)Math.pow(Num,3));\n\t\t}",
"String stringNum = readNum.readLine();",
"stringNum",
"readNum.readLine()",
"readNum.readLine",
"readNum",
"int Num = Integer.parseInt(stringNum);",
"Num",
"Integer.parseInt(stringNum)",
"Integer.parseInt",
"Integer",
"stringNum",
"System.out.println((int)Math.pow(Num,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(Num,3)",
"Math.pow",
"Math",
"Num",
"3",
"String args[]",
"args"
] | import java.io.*;
class Main{
public static void main(String args[]){
BufferedReader readNum = new BufferedReader(new InputStreamReader(System.in));
try{
String stringNum = readNum.readLine();
int Num = Integer.parseInt(stringNum);
System.out.println((int)Math.pow(Num,3));
}catch(IOException e){
System.out.println("error");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
45,
11
],
[
45,
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
],
[
26,
27
],
[
27,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
14,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
12,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}",
"main",
"{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader bf = new BufferedReader(is);",
"bf",
"new BufferedReader(is)",
"int x = Integer.parseInt(bf.readLine());",
"x",
"Integer.parseInt(bf.readLine())",
"Integer.parseInt",
"Integer",
"bf.readLine()",
"bf.readLine",
"bf",
"double db = Math.pow(x, 3);",
"db",
"Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println((int)db)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)db",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint x = Integer.parseInt(bf.readLine());\n\t\tdouble db = Math.pow(x, 3);\n\t\tSystem.out.println((int)db);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException{
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader bf = new BufferedReader(is);
int x = Integer.parseInt(bf.readLine());
double db = Math.pow(x, 3);
System.out.println((int)db);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
20,
18,
13,
13,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
48,
2
],
[
48,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
5,
16
],
[
16,
17
],
[
17,
18
],
[
5,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
25,
25
],
[
25,
26
],
[
25,
27
],
[
25,
28
],
[
3,
29
],
[
29,
30
],
[
3,
31
],
[
31,
32
],
[
48,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
36,
42
],
[
42,
43
],
[
42,
44
],
[
33,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"public class Main{\n public void run(java.io.InputStream in,java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }\n \n public static void main(String[] args){\n (new Main()).run(System.in,System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in,java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }\n \n public static void main(String[] args){\n (new Main()).run(System.in,System.out);\n }\n}",
"Main",
"public void run(java.io.InputStream in,java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }",
"run",
"{\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }",
"java.util.Scanner sc = new java.util.Scanner(in);",
"sc",
"new java.util.Scanner(in)",
"int n;",
"n",
"n = sc.nextInt()",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"System.out.println(n * n * n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n * n * n",
"n * n * n",
"n",
"n",
"n",
"java.io.InputStream in",
"in",
"java.io.PrintStream out",
"out",
"public static void main(String[] args){\n (new Main()).run(System.in,System.out);\n }",
"main",
"{\n (new Main()).run(System.in,System.out);\n }",
"(new Main()).run(System.in,System.out)",
"(new Main()).run",
"(new Main())",
"System.in",
"System",
"System.in",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main{\n public void run(java.io.InputStream in,java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }\n \n public static void main(String[] args){\n (new Main()).run(System.in,System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in,java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*????????§Input*/\n int n;\n n = sc.nextInt();\n sc.close();\n\n/*answer*/\n System.out.println(n * n * n);\n }\n \n public static void main(String[] args){\n (new Main()).run(System.in,System.out);\n }\n}",
"Main"
] | public class Main{
public void run(java.io.InputStream in,java.io.PrintStream out){
java.util.Scanner sc = new java.util.Scanner(in);
/*????????§Input*/
int n;
n = sc.nextInt();
sc.close();
/*answer*/
System.out.println(n * n * n);
}
public static void main(String[] args){
(new Main()).run(System.in,System.out);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
2,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
34,
5
],
[
34,
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
],
[
19,
21
],
[
17,
22
],
[
17,
23
],
[
24,
24
],
[
24,
25
],
[
24,
26
],
[
24,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
6,
31
],
[
31,
32
],
[
0,
33
],
[
33,
34
],
[
33,
35
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.close();\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.close();\n\t}",
"Scanner kb=new Scanner(System.in);",
"kb",
"new Scanner(System.in)",
"int a=kb.nextInt();",
"a",
"kb.nextInt()",
"kb.nextInt",
"kb",
"System.out.printf(\"%d\\n\", a*a*a)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d\\n\"",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"kb.close()",
"kb.close",
"kb",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.close();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint a=kb.nextInt();\n\t\tSystem.out.printf(\"%d\\n\", a*a*a);\n\t\tkb.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner kb=new Scanner(System.in);
int a=kb.nextInt();
System.out.printf("%d\n", a*a*a);
kb.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
29,
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
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
22,
24
],
[
6,
25
],
[
25,
26
],
[
54,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
33,
44
],
[
45,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
29,
49
],
[
49,
50
],
[
27,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[]args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}\n\n\tpublic static int Cube(int x){\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[]args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}\n\n\tpublic static int Cube(int x){\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}\n}",
"Main",
"public static void main(String[]args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}",
"main",
"{\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int x = s.nextInt();",
"x",
"s.nextInt()",
"s.nextInt",
"s",
"System.out.println(Cube(x))",
"System.out.println",
"System.out",
"System",
"System.out",
"Cube(x)",
"Cube",
"x",
"String[]args",
"args",
"public static int Cube(int x){\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}",
"Cube",
"{\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}",
"int ans = 1;",
"ans",
"1",
"for(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tans *= x;\n\t\t}",
"{\n\t\t\tans *= x;\n\t\t}",
"ans *= x",
"ans",
"x",
"return ans;",
"ans",
"int x",
"x",
"public class Main {\n\tpublic static void main(String[]args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}\n\n\tpublic static int Cube(int x){\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}\n}",
"public class Main {\n\tpublic static void main(String[]args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(Cube(x));\n\t}\n\n\tpublic static int Cube(int x){\n\t\tint ans = 1;\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tans *= x;\n\t\t}\n\t\treturn ans;\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[]args){
Scanner s = new Scanner(System.in);
int x = s.nextInt();
System.out.println(Cube(x));
}
public static int Cube(int x){
int ans = 1;
for(int i = 0; i < 3; i++){
ans *= x;
}
return ans;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
17,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
38,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
17,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
6,
48
],
[
48,
49
]
] | [
"import java.io.*;\n\nclass Main{\n\tpublic static void main (String arg[]){\n\t\tint num;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t} catch(Exception e ) {\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main (String arg[]){\n\t\tint num;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t} catch(Exception e ) {\n\t\t}\n\t}\n}",
"Main",
"public static void main (String arg[]){\n\t\tint num;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t} catch(Exception e ) {\n\t\t}\n\t}",
"main",
"{\n\t\tint num;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t} catch(Exception e ) {\n\t\t}\n\t}",
"int num;",
"num",
"String buf;",
"buf",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t} catch(Exception e ) {\n\t\t}",
"catch(Exception e ) {\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tbuf = br.readLine();\n\t\t\tnum = Integer.parseInt(buf);\n\t\t\tSystem.out.print(num*num*num);\n\t\t\tSystem.out.print(\"\\n\");\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"buf = br.readLine()",
"buf",
"br.readLine()",
"br.readLine",
"br",
"num = Integer.parseInt(buf)",
"num",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"System.out.print(num*num*num)",
"System.out.print",
"System.out",
"System",
"System.out",
"num*num*num",
"num*num*num",
"num",
"num",
"num",
"System.out.print(\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"\\n\"",
"String arg[]",
"arg"
] | import java.io.*;
class Main{
public static void main (String arg[]){
int num;
String buf;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
buf = br.readLine();
num = Integer.parseInt(buf);
System.out.print(num*num*num);
System.out.print("\n");
} catch(Exception e ) {
}
}
} |
[
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,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
]
] | [
"import java.io.*;\nclass Main\n{\npublic static void main(String[] args) throws IOException\n{\nBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\nString str = br.readLine();\nint x = Integer.parseInt(str);\n\nx = x*x*x;\nSystem.out.println(x);\n}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\npublic static void main(String[] args) throws IOException\n{\nBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\nString str = br.readLine();\nint x = Integer.parseInt(str);\n\nx = x*x*x;\nSystem.out.println(x);\n}\n}",
"Main",
"public static void main(String[] args) throws IOException\n{\nBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\nString str = br.readLine();\nint x = Integer.parseInt(str);\n\nx = x*x*x;\nSystem.out.println(x);\n}",
"main",
"{\nBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\nString str = br.readLine();\nint x = Integer.parseInt(str);\n\nx = x*x*x;\nSystem.out.println(x);\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",
"int x = Integer.parseInt(str);",
"x",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"x = x*x*x",
"x",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"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();
int x = Integer.parseInt(str);
x = x*x*x;
System.out.println(x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
6,
28
],
[
28,
29
],
[
4,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
30,
39
],
[
39,
40
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int x = cin.nextInt();\n\n int res = sol(x);\n System.out.println(res);\n }\n\n private static int sol(int x) {\n return (x * x * x);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int x = cin.nextInt();\n\n int res = sol(x);\n System.out.println(res);\n }\n\n private static int sol(int x) {\n return (x * x * x);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int x = cin.nextInt();\n\n int res = sol(x);\n System.out.println(res);\n }",
"main",
"{\n Scanner cin = new Scanner(System.in);\n int x = cin.nextInt();\n\n int res = sol(x);\n System.out.println(res);\n }",
"Scanner cin = new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int x = cin.nextInt();",
"x",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int res = sol(x);",
"res",
"sol(x)",
"sol",
"x",
"System.out.println(res)",
"System.out.println",
"System.out",
"System",
"System.out",
"res",
"String[] args",
"args",
"private static int sol(int x) {\n return (x * x * x);\n }",
"sol",
"{\n return (x * x * x);\n }",
"return (x * x * x);",
"(x * x * x)",
"x * x * x",
"x",
"x",
"x",
"int x",
"x"
] | import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner cin = new Scanner(System.in);
int x = cin.nextInt();
int res = sol(x);
System.out.println(res);
}
private static int sol(int x) {
return (x * x * x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
44,
5
],
[
44,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
15,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
37,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
6,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] | [
"import java.io.*;\n\npublic class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }",
"main",
"{\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }",
"catch(IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n }",
"int x = Integer.parseInt(br.readLine());",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int x = Integer.parseInt(br.readLine());\n System.out.println(x * x * x);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
int x = Integer.parseInt(br.readLine());
System.out.println(x * x * x);
} catch(IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
17,
41,
13,
13,
4,
18,
18,
13,
13,
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
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
30,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
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) throws java.io.IOException{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}\n}",
"Main",
"public static void main(String[] args) throws java.io.IOException{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int num = sc.nextInt();",
"num",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"double x = Double.valueOf(num).doubleValue();",
"x",
"Double.valueOf(num).doubleValue()",
"Double.valueOf(num).doubleValue",
"Double.valueOf(num)",
"Double.valueOf",
"Double",
"num",
"x = Math.pow(x,3)",
"x",
"Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"int result = (int)x;",
"result",
"(int)x",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num = sc.nextInt();\n\t\tsc.close();\n\t\tdouble x = Double.valueOf(num).doubleValue();\n\t\tx = Math.pow(x,3);\n\t\tint result = (int)x;\n\t\tSystem.out.println(result);\n\t}\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 num = sc.nextInt();
sc.close();
double x = Double.valueOf(num).doubleValue();
x = Math.pow(x,3);
int result = (int)x;
System.out.println(result);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
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
],
[
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
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
28,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
12,
39
],
[
39,
40
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tint x3 = (int)Math.pow(x, 3);\n\n\t\tSystem.out.println(x3);\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 NumberFormatException, IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tint x3 = (int)Math.pow(x, 3);\n\n\t\tSystem.out.println(x3);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws NumberFormatException, IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tint x3 = (int)Math.pow(x, 3);\n\n\t\tSystem.out.println(x3);\n\n\t}",
"main",
"{\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tint x3 = (int)Math.pow(x, 3);\n\n\t\tSystem.out.println(x3);\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"int x = Integer.parseInt(in.readLine());",
"x",
"Integer.parseInt(in.readLine())",
"Integer.parseInt",
"Integer",
"in.readLine()",
"in.readLine",
"in",
"int x3 = (int)Math.pow(x, 3);",
"x3",
"(int)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(x3)",
"System.out.println",
"System.out",
"System",
"System.out",
"x3",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws NumberFormatException, IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
int x = Integer.parseInt(in.readLine());
int x3 = (int)Math.pow(x, 3);
System.out.println(x3);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
50,
11
],
[
50,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
15,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
22,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
43,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
12,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t}",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = reader.readLine();",
"str",
"reader.readLine()",
"reader.readLine",
"reader",
"int x = Integer.parseInt(str);",
"x",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = reader.readLine();\n\t\t\tint x = Integer.parseInt(str);\n\t\t\tSystem.out.println(x * x * x);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String str = reader.readLine();
int x = Integer.parseInt(str);
System.out.println(x * x * x);
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
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
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
29,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.io.*;\n\npublic class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}",
"main",
"{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String s = r.readLine();",
"s",
"r.readLine()",
"r.readLine",
"r",
"int a = Integer.parseInt(s);",
"a",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"System.out.println(a*a*a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString s = r.readLine();\n\t\tint a = Integer.parseInt(s);\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args) throws IOException{
BufferedReader r =
new BufferedReader(new InputStreamReader(System.in), 1);
String s = r.readLine();
int a = Integer.parseInt(s);
System.out.println(a*a*a);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
13,
17,
23,
13,
12,
13,
30,
14,
2,
13,
17,
29,
17,
29,
2,
13,
4,
13,
13,
2,
13,
17,
23,
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
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
22,
24
],
[
22,
25
],
[
6,
26
],
[
26,
27
],
[
51,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
30,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
28,
46
],
[
46,
47
],
[
28,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }\n\n private static int pow(int x, int exp) {\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }\n\n private static int pow(int x, int exp) {\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println(pow(x, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"pow(x, 3)",
"pow",
"x",
"3",
"String[] args",
"args",
"private static int pow(int x, int exp) {\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }",
"pow",
"{\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }",
"if (exp == 0) return 1;",
"exp == 0",
"exp",
"0",
"return 1;",
"1",
"return x * pow(x, exp - 1);",
"x * pow(x, exp - 1)",
"x",
"pow(x, exp - 1)",
"pow",
"x",
"exp - 1",
"exp",
"1",
"int x",
"x",
"int exp",
"exp",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }\n\n private static int pow(int x, int exp) {\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(pow(x, 3));\n }\n\n private static int pow(int x, int exp) {\n if (exp == 0) return 1;\n return x * pow(x, exp - 1);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int x = scanner.nextInt();
System.out.println(pow(x, 3));
}
private static int pow(int x, int exp) {
if (exp == 0) return 1;
return x * pow(x, exp - 1);
}
} |
[
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,
13,
4,
18,
18,
13,
13,
2,
2,
17,
2,
2,
13,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
35,
42
],
[
12,
43
],
[
43,
44
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nclass Main{\n public static void main(String[] args) throws IOException\n{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint n = Integer.parseInt(str);\n\tSystem.out.println(\"\"+(n*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 public static void main(String[] args) throws IOException\n{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint n = Integer.parseInt(str);\n\tSystem.out.println(\"\"+(n*n*n)+\"\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint n = Integer.parseInt(str);\n\tSystem.out.println(\"\"+(n*n*n)+\"\");\n }",
"main",
"{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint n = Integer.parseInt(str);\n\tSystem.out.println(\"\"+(n*n*n)+\"\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"int n = Integer.parseInt(str);",
"n",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"System.out.println(\"\"+(n*n*n)+\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+(n*n*n)+\"\"",
"\"\"+(n*n*n)+\"\"",
"\"\"",
"(n*n*n)",
"n*n*n",
"n",
"n",
"n",
"\"\"",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
int n = Integer.parseInt(str);
System.out.println(""+(n*n*n)+"");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
6,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"import java.io.*;\npublic class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\n\t}\n\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\n\t}\n\n}",
"Main",
"public static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\n\t}",
"main",
"{\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\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",
"int num = Integer.parseInt(str);",
"num",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"System.out.println(num*num*num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num*num*num",
"num*num*num",
"num",
"num",
"num",
"String[] arg",
"arg",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\n\t}\n\n}",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); //?????????\n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine(); \n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num*num*num);\n\t}\n\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] arg) throws IOException {
InputStreamReader is = new InputStreamReader(System.in); //?????????
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
int num = Integer.parseInt(str);
System.out.println(num*num*num);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.*;\n\nclass Main{\npublic static void main(String agrs[]){\nScanner scan = new Scanner(System.in);\nint x = scan.nextInt();\nSystem.out.println(x*x*x);\n}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\npublic static void main(String agrs[]){\nScanner scan = new Scanner(System.in);\nint x = scan.nextInt();\nSystem.out.println(x*x*x);\n}\n}",
"Main",
"public static void main(String agrs[]){\nScanner scan = new Scanner(System.in);\nint x = scan.nextInt();\nSystem.out.println(x*x*x);\n}",
"main",
"{\nScanner scan = new Scanner(System.in);\nint x = scan.nextInt();\nSystem.out.println(x*x*x);\n}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String agrs[]",
"agrs"
] | import java.util.*;
class Main{
public static void main(String agrs[]){
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
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
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
9,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
28,
43
],
[
43,
44
],
[
43,
45
],
[
46,
46
],
[
46,
47
],
[
46,
48
],
[
46,
49
],
[
28,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.*;\n//??????????????????????????\\?????????????????????\npublic class Main {\n\n public static void main(String[] args) {\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) {\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }\n \n}",
"Main",
"public static void main(String[] args) {\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }",
"main",
"{\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }",
"try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }",
"catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }",
"IOException e",
"{\n System.out.println(\"??\\????????¨??????\"); \n }",
"System.out.println(\"??\\????????¨??????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??\\????????¨??????\"",
"catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }",
"NumberFormatException e",
"{\n System.out.println(\"?????¨?????????\"); \n }",
"System.out.println(\"?????¨?????????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"?????¨?????????\"",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\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",
"int N = Integer.parseInt(str);",
"N",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"int Ans = N*N*N;",
"Ans",
"N*N*N",
"N*N*N",
"N",
"N",
"N",
"System.out.println(Ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"Ans",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }\n \n}",
"public class Main {\n\n public static void main(String[] args) {\n \n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int N = Integer.parseInt(str);\n int Ans = N*N*N;\n System.out.println(Ans);\n }\n catch(IOException e) {\n System.out.println(\"??\\????????¨??????\"); \n }\n catch(NumberFormatException e) {\n System.out.println(\"?????¨?????????\"); \n }\n }\n \n}",
"Main"
] | import java.io.*;
//??????????????????????????\?????????????????????
public class Main {
public static void main(String[] args) {
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
int N = Integer.parseInt(str);
int Ans = N*N*N;
System.out.println(Ans);
}
catch(IOException e) {
System.out.println("??\????????¨??????");
}
catch(NumberFormatException e) {
System.out.println("?????¨?????????");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
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
],
[
22,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
9,
32
],
[
32,
33
]
] | [
"import java.util.*;\nimport static java.lang.Math.*;\nclass Main{\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint x=sc.nextInt();\n\t\tint ans=(int) pow(x,3);\n\t\tSystem.out.println(ans);\n\t\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"class Main{\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint x=sc.nextInt();\n\t\tint ans=(int) pow(x,3);\n\t\tSystem.out.println(ans);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint x=sc.nextInt();\n\t\tint ans=(int) pow(x,3);\n\t\tSystem.out.println(ans);\n\t\t\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint x=sc.nextInt();\n\t\tint ans=(int) pow(x,3);\n\t\tSystem.out.println(ans);\n\t\t\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x=sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int ans=(int) pow(x,3);",
"ans",
"(int) pow(x,3)",
"pow",
"x",
"3",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args"
] | import java.util.*;
import static java.lang.Math.*;
class Main{
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int x=sc.nextInt();
int ans=(int) pow(x,3);
System.out.println(ans);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
55,
11
],
[
55,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
15,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
22,
39
],
[
39,
40
],
[
39,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
22,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
12,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }",
"main",
"{\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }",
"try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"IOException e",
"{\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t}",
"BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));",
"buf",
"new BufferedReader(new InputStreamReader(System.in))",
"String x;",
"x",
"x = buf.readLine()",
"x",
"buf.readLine()",
"buf.readLine",
"buf",
"int y = Integer.parseInt(x);",
"y",
"Integer.parseInt(x)",
"Integer.parseInt",
"Integer",
"x",
"int z = y*y*y;",
"z",
"y*y*y",
"y*y*y",
"y",
"y",
"y",
"System.out.println(z)",
"System.out.println",
"System.out",
"System",
"System.out",
"z",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t try {\n\t\t BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t String x;\n\t\t\tx = buf.readLine();\n\t\t int y = Integer.parseInt(x);\n\t\tint z = y*y*y;\n\t\tSystem.out.println(z);\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\t\te.printStackTrace();\n\t\t\t}\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));
String x;
x = buf.readLine();
int y = Integer.parseInt(x);
int z = y*y*y;
System.out.println(z);
} catch (IOException e) {
// TODO ????????????????????? catch ????????????
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
41,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
24,
24
],
[
24,
25
],
[
24,
26
],
[
24,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
6,
34
],
[
34,
35
]
] | [
"import java.util.Scanner;\n\tclass Main{\n\n\t\tpublic static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nlong x;\nx = sc.nextInt();\nlong g;\ng=x*x*x;\nSystem.out.println(g);\n\n\t\n\t}\n\t}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\n\t\tpublic static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nlong x;\nx = sc.nextInt();\nlong g;\ng=x*x*x;\nSystem.out.println(g);\n\n\t\n\t}\n\t}",
"Main",
"public static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nlong x;\nx = sc.nextInt();\nlong g;\ng=x*x*x;\nSystem.out.println(g);\n\n\t\n\t}",
"main",
"{\n\tScanner sc=new Scanner(System.in);\nlong x;\nx = sc.nextInt();\nlong g;\ng=x*x*x;\nSystem.out.println(g);\n\n\t\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"long x;",
"x",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"long g;",
"g",
"g=x*x*x",
"g",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(g)",
"System.out.println",
"System.out",
"System",
"System.out",
"g",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
long x;
x = sc.nextInt();
long g;
g=x*x*x;
System.out.println(g);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
11,
16
],
[
17,
17
],
[
17,
18
],
[
17,
19
],
[
17,
20
],
[
3,
21
],
[
21,
22
]
] | [
"class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint a = new java.util.Scanner(System.in).nextInt();\n\t\tSystem.out.println(a*a*a);\n\t}\n\n}",
"class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint a = new java.util.Scanner(System.in).nextInt();\n\t\tSystem.out.println(a*a*a);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint a = new java.util.Scanner(System.in).nextInt();\n\t\tSystem.out.println(a*a*a);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint a = new java.util.Scanner(System.in).nextInt();\n\t\tSystem.out.println(a*a*a);\n\t}",
"int a = new java.util.Scanner(System.in).nextInt();",
"a",
"new java.util.Scanner(System.in).nextInt()",
"new java.util.Scanner(System.in).nextInt",
"new java.util.Scanner(System.in)",
"System.out.println(a*a*a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"String[] args",
"args"
] | class Main{
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
int a = new java.util.Scanner(System.in).nextInt();
System.out.println(a*a*a);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
66,
14
],
[
66,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
24,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
33,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
40,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
49,
53
],
[
40,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
15,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));",
"inMsg",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = \"\";",
"line",
"\"\"",
"try {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t}",
"while ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}",
"(line = inMsg.readLine()) != null",
"(line = inMsg.readLine())",
"line",
"inMsg.readLine()",
"inMsg.readLine",
"inMsg",
"null",
"{\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}",
"Integer a = Integer.parseInt(line);",
"a",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"double pwrd = Math.pow(a, 3);",
"pwrd",
"Math.pow(a, 3)",
"Math.pow",
"Math",
"a",
"3",
"System.out.println(Math.round(pwrd))",
"System.out.println",
"System.out",
"System",
"System.out",
"Math.round(pwrd)",
"Math.round",
"Math",
"pwrd",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger a = Integer.parseInt(line);\n\t\t\t\tdouble pwrd = Math.pow(a, 3);\n\t\t\t System.out.println(Math.round(pwrd));\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));
String line = "";
try {
while ((line = inMsg.readLine()) != null) {
Integer a = Integer.parseInt(line);
double pwrd = Math.pow(a, 3);
System.out.println(Math.round(pwrd));
}
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
4,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
33,
39
],
[
39,
40
]
] | [
"import java.util.Scanner;\nclass Main{\n public void kozueteacher() {\n Scanner sc = new Scanner(System.in); \n int x = sc.nextInt();\n int y = x * x;\n int z = y * x;\n System.out.println(z);\n }\n public static void main(String[] args) {\n new Main().kozueteacher();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public void kozueteacher() {\n Scanner sc = new Scanner(System.in); \n int x = sc.nextInt();\n int y = x * x;\n int z = y * x;\n System.out.println(z);\n }\n public static void main(String[] args) {\n new Main().kozueteacher();\n }\n}",
"Main",
"public void kozueteacher() {\n Scanner sc = new Scanner(System.in); \n int x = sc.nextInt();\n int y = x * x;\n int z = y * x;\n System.out.println(z);\n }",
"kozueteacher",
"{\n Scanner sc = new Scanner(System.in); \n int x = sc.nextInt();\n int y = x * x;\n int z = y * x;\n System.out.println(z);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = x * x;",
"y",
"x * x",
"x",
"x",
"int z = y * x;",
"z",
"y * x",
"y",
"x",
"System.out.println(z)",
"System.out.println",
"System.out",
"System",
"System.out",
"z",
"public static void main(String[] args) {\n new Main().kozueteacher();\n }",
"main",
"{\n new Main().kozueteacher();\n }",
"new Main().kozueteacher()",
"new Main().kozueteacher",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public void kozueteacher() {
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int y = x * x;
int z = y * x;
System.out.println(z);
}
public static void main(String[] args) {
new Main().kozueteacher();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner stdId = new Scanner(System.in);\n\t\tint n = stdId.nextInt();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args){\n\t\tScanner stdId = new Scanner(System.in);\n\t\tint n = stdId.nextInt();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner stdId = new Scanner(System.in);\n\t\tint n = stdId.nextInt();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}",
"main",
"{\n\t\tScanner stdId = new Scanner(System.in);\n\t\tint n = stdId.nextInt();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int n = stdId.nextInt();",
"n",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"System.out.println((int)Math.pow(n,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(n,3)",
"Math.pow",
"Math",
"n",
"3",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner stdId = new Scanner(System.in);
int n = stdId.nextInt();
System.out.println((int)Math.pow(n,3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
35,
5
],
[
35,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
6,
11
],
[
11,
12
],
[
35,
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
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
30,
30
],
[
30,
31
],
[
30,
32
],
[
30,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n run();\n }\n\n public static void run () {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n run();\n }\n\n public static void run () {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n\n}",
"Main",
"public static void main(String[] args) {\n run();\n }",
"main",
"{\n run();\n }",
"run()",
"run",
"String[] args",
"args",
"public static void run () {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }",
"run",
"{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"public class Main {\n public static void main(String[] args) {\n run();\n }\n\n public static void run () {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n\n}",
"public class Main {\n public static void main(String[] args) {\n run();\n }\n\n public static void run () {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
run();
}
public static void run () {
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
System.out.println(x * x * x);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
2,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
29,
2
],
[
29,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
14,
14
],
[
14,
15
],
[
14,
16
],
[
14,
17
],
[
5,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
18,
23
],
[
23,
24
],
[
23,
25
],
[
3,
26
],
[
26,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
]
] | [
"\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}",
"main",
"{\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}",
"int s = new java.util.Scanner(System.in).nextInt();",
"s",
"new java.util.Scanner(System.in).nextInt()",
"new java.util.Scanner(System.in).nextInt",
"new java.util.Scanner(System.in)",
"int ans = s * s * s;",
"ans",
"s * s * s",
"s * s * s",
"s",
"s",
"s",
"System.out.println(\"\"+ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+ans",
"\"\"",
"ans",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tint s = new java.util.Scanner(System.in).nextInt();\n\t\t\t\tint ans = s * s * s;\n\t\tSystem.out.println(\"\"+ans);\n\t}\n}",
"Main"
] |
public class Main {
public static void main(String[] args){
int s = new java.util.Scanner(System.in).nextInt();
int ans = s * s * s;
System.out.println(""+ans);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
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
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
48,
8
],
[
8,
9
],
[
48,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
24,
24
],
[
24,
25
],
[
24,
26
],
[
24,
27
],
[
12,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
48,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"import java.util.Scanner;\npublic class Main{\n int x,kei;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\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 int x,kei;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\n \n }\n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"Main",
"int x",
"x",
"kei;",
"kei",
"public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\n \n }",
"solve",
"{\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"kei = x*x*x",
"kei",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.print(kei+\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"kei+\"\\n\"",
"kei",
"\"\\n\"",
"public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }",
"main",
"{\n Main obj = new Main();\n obj.solve();\n }",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args",
"public class Main{\n int x,kei;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\n \n }\n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"public class Main{\n int x,kei;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n kei = x*x*x;\n System.out.print(kei+\"\\n\");\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{
int x,kei;
public void solve(){
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
kei = x*x*x;
System.out.print(kei+"\n");
}
public static void main(String[] args){
Main obj = new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
30,
41,
13,
20,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
40,
5
],
[
40,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
6,
17
],
[
17,
18
],
[
40,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
21,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
33,
33
],
[
33,
34
],
[
33,
35
],
[
33,
36
],
[
19,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int n = in.nextInt();\n System.out.println(n * n * n);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int n = in.nextInt();\n System.out.println(n * n * n);\n }\n}",
"Main",
"public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }",
"main",
"{\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }",
"try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }",
"{\n solve(in);\n }",
"Scanner in = new Scanner(System.in)",
"Scanner in = new Scanner(System.in)",
"new Scanner(System.in)",
"solve(in)",
"solve",
"in",
"String[] args",
"args",
"private static void solve(Scanner in) {\n int n = in.nextInt();\n System.out.println(n * n * n);\n }",
"solve",
"{\n int n = in.nextInt();\n System.out.println(n * n * n);\n }",
"int n = in.nextInt();",
"n",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(n * n * n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n * n * n",
"n * n * n",
"n",
"n",
"n",
"Scanner in",
"in",
"public class Main {\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int n = in.nextInt();\n System.out.println(n * n * n);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int n = in.nextInt();\n System.out.println(n * n * n);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try (Scanner in = new Scanner(System.in)) {
solve(in);
}
}
private static void solve(Scanner in) {
int n = in.nextInt();
System.out.println(n * n * n);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
4,
18,
18,
13,
13,
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
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
22,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
34,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }\n}",
"Main",
"public static void main(String[] args){\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }",
"main",
"{\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }",
"int b;",
"b",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b=1",
"b",
"1",
"for(int i=0;i<3;i++){\n b*=a;\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n b*=a;\n }",
"{\n b*=a;\n }",
"b*=a",
"b",
"a",
"System.out.println(b)",
"System.out.println",
"System.out",
"System",
"System.out",
"b",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }\n}",
"public class Main{\n public static void main(String[] args){\n int b;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n b=1;\n for(int i=0;i<3;i++){\n b*=a;\n };\n System.out.println(b);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
int b;
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
b=1;
for(int i=0;i<3;i++){
b*=a;
};
System.out.println(b);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
14,
27
],
[
27,
28
],
[
27,
29
],
[
30,
30
],
[
30,
31
],
[
30,
32
],
[
30,
33
],
[
14,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
12,
40
],
[
40,
41
]
] | [
"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\tint a = Integer.parseInt(s);\n\t\tint a_3 = a*a*a;\n\t\tSystem.out.println(a_3);\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\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tint a = Integer.parseInt(s);\n\t\tint a_3 = a*a*a;\n\t\tSystem.out.println(a_3);\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 s = new String(in.readLine());\n\t\tint a = Integer.parseInt(s);\n\t\tint a_3 = a*a*a;\n\t\tSystem.out.println(a_3);\n\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tint a = Integer.parseInt(s);\n\t\tint a_3 = a*a*a;\n\t\tSystem.out.println(a_3);\n\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())",
"int a = Integer.parseInt(s);",
"a",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"int a_3 = a*a*a;",
"a_3",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"System.out.println(a_3)",
"System.out.println",
"System.out",
"System",
"System.out",
"a_3",
"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());
int a = Integer.parseInt(s);
int a_3 = a*a*a;
System.out.println(a_3);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
4,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
20,
0,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
14,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
94,
14
],
[
94,
15
],
[
15,
16
],
[
94,
17
],
[
17,
18
],
[
94,
19
],
[
19,
20
],
[
94,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
94,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
39,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
46,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
94,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
94,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
69,
78
],
[
78,
79
],
[
78,
80
],
[
68,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
94,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
85,
91
],
[
91,
92
],
[
0,
93
],
[
93,
94
],
[
93,
95
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main",
"private StringTokenizer st;",
"st",
"private BufferedReader bf;",
"bf",
"private int n;",
"n",
"Main() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}",
"Main",
"{\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}",
"readData()",
"readData",
"System.out.println((int)Math.pow(n, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(n, 3)",
"Math.pow",
"Math",
"n",
"3",
"private void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"readData",
"{\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t}",
"bf = new BufferedReader(new InputStreamReader(System.in))",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"n = nextInt()",
"n",
"nextInt()",
"nextInt",
"private int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}",
"nextInt",
"{\n\t\treturn Integer.parseInt(next());\n\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"private String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"next",
"{\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"if (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
private StringTokenizer st;
private BufferedReader bf;
private int n;
Main() {
readData();
System.out.println((int)Math.pow(n, 3));
}
private void readData() {
try {
bf = new BufferedReader(new InputStreamReader(System.in));
st = new StringTokenizer(bf.readLine());
n = nextInt();
} catch (Exception e) {
e.printStackTrace();
}
}
private int nextInt() throws IOException {
return Integer.parseInt(next());
}
private String next() throws IOException {
if (st == null || !st.hasMoreTokens())
st = new StringTokenizer(bf.readLine());
return st.nextToken();
}
public static void main(String[] args) {
// TODO Auto-generated method stub
Main m = new Main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
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
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] arg){\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] arg){\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}\n}",
"Main",
"public static void main(String[] arg){\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}",
"main",
"{\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int n = scan.nextInt();",
"n",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int cube = n * n * n;",
"cube",
"n * n * n",
"n * n * n",
"n",
"n",
"n",
"System.out.println(cube)",
"System.out.println",
"System.out",
"System",
"System.out",
"cube",
"scan.close()",
"scan.close",
"scan",
"String[] arg",
"arg",
"public class Main {\n\tpublic static void main(String[] arg){\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] arg){\n\t\t// ?¨??????\\???\n Scanner scan = new Scanner(System.in);\n // int???????????????\n int n = scan.nextInt();\n int cube = n * n * n;\n // ??????(????°???????????????????????????????)\n System.out.println(cube);\n // Scanner????????????\n scan.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] arg){
// ?¨??????\???
Scanner scan = new Scanner(System.in);
// int???????????????
int n = scan.nextInt();
int cube = n * n * n;
// ??????(????°???????????????????????????????)
System.out.println(cube);
// Scanner????????????
scan.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] argv){\n\t\tScanner in = new Scanner(System.in);\n\t\tint n = in.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] argv){\n\t\tScanner in = new Scanner(System.in);\n\t\tint n = in.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"Main",
"public static void main(String[] argv){\n\t\tScanner in = new Scanner(System.in);\n\t\tint n = in.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint n = in.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int n = in.nextInt();",
"n",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(n*n*n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n*n*n",
"n*n*n",
"n",
"n",
"n",
"String[] argv",
"argv"
] | import java.util.Scanner;
class Main {
public static void main(String[] argv){
Scanner in = new Scanner(System.in);
int n = in.nextInt();
System.out.println(n*n*n);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int xcube = x * x * x;\n System.out.println(xcube);\n sc.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int xcube = x * x * x;\n System.out.println(xcube);\n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int xcube = x * x * x;\n System.out.println(xcube);\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int xcube = x * x * x;\n System.out.println(xcube);\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int xcube = x * x * x;",
"xcube",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(xcube)",
"System.out.println",
"System.out",
"System",
"System.out",
"xcube",
"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 x = sc.nextInt();
int xcube = x * x * x;
System.out.println(xcube);
sc.close();
}
} |
[
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,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
42,
11
],
[
42,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
12,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n/*\n * To change this license header, choose License Headers in Project Properties.\n * To change this template file, choose Tools | Templates\n * and open the template in the editor.\n */\n\n/**\n *\n * @author c0113142\n */\npublic class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br= new BufferedReader(new InputStreamReader(System.in));\n String line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br= new BufferedReader(new InputStreamReader(System.in));\n String line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\n }\n}",
"Main",
"public static void main(String[] args)throws IOException {\n BufferedReader br= new BufferedReader(new InputStreamReader(System.in));\n String line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\n }",
"main",
"{\n BufferedReader br= new BufferedReader(new InputStreamReader(System.in));\n String line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\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",
"int x=Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"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 line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\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 line =br.readLine();\n \n int x=Integer.parseInt(line);\n \n System.out.println(x*x*x);\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author c0113142
*/
public class Main {
public static void main(String[] args)throws IOException {
BufferedReader br= new BufferedReader(new InputStreamReader(System.in));
String line =br.readLine();
int x=Integer.parseInt(line);
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
18,
13,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
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
],
[
45,
14
],
[
45,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
17,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
37,
41
],
[
15,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.io.PrintStream;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\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.io.PrintStream;",
"PrintStream",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"PrintStream out = System.out;",
"out",
"System.out",
"System",
"System.out",
"int x = Integer.parseInt(in.readLine());",
"x",
"Integer.parseInt(in.readLine())",
"Integer.parseInt",
"Integer",
"in.readLine()",
"in.readLine",
"in",
"out.println((int)Math.pow(x, 3))",
"out.println",
"out",
"(int)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tPrintStream out = System.out;\n\t\tint x = Integer.parseInt(in.readLine());\n\n\t\tout.println((int)Math.pow(x, 3));\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintStream;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
PrintStream out = System.out;
int x = Integer.parseInt(in.readLine());
out.println((int)Math.pow(x, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
30,
5
],
[
30,
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
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
],
[
0,
29
],
[
29,
30
],
[
29,
31
]
] | [
"import java.util.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}",
"main",
"{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int n = scn.nextInt();",
"n",
"scn.nextInt()",
"scn.nextInt",
"scn",
"System.out.println(n*n*n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n*n*n",
"n*n*n",
"n",
"n",
"n",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tSystem.out.println(n*n*n);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
System.out.println(n*n*n);
}
} |
[
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,
13,
17,
4,
18,
18,
13,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"import java.io.*;\n\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 line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main { \n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\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 line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"double num = Double.parseDouble(line);",
"num",
"Double.parseDouble(line)",
"Double.parseDouble",
"Double",
"line",
"double ans = Math.pow(num, (double)3);",
"ans",
"Math.pow(num, (double)3)",
"Math.pow",
"Math",
"num",
"(double)3",
"System.out.println((int)ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)ans",
"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 line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\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 line = br.readLine();\n\t\tdouble num = Double.parseDouble(line);\n\t\tdouble ans = Math.pow(num, (double)3);\n\t\tSystem.out.println((int)ans);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
double num = Double.parseDouble(line);
double ans = Math.pow(num, (double)3);
System.out.println((int)ans);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
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
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
19,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
31,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
43,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
6,
53
],
[
53,
54
]
] | [
"import java.io.*;\n\nclass Main {\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n } catch (Exception e) {\n System.out.println(e);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n } catch (Exception e) {\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n } catch (Exception e) {\n System.out.println(e);\n }\n }",
"main",
"{\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n } catch (Exception e) {\n System.out.println(e);\n }\n }",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n } catch (Exception e) {\n System.out.println(e);\n }",
"catch (Exception e) {\n System.out.println(e);\n }",
"Exception e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int line = Integer.parseInt(br.readLine());\n \n if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int line = Integer.parseInt(br.readLine());",
"line",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"if(line >= 1 && line <= 100){\n\t line = line * line * line ;\n\t System.out.println(line);\n }",
"line >= 1 && line <= 100",
"line >= 1",
"line",
"1",
"line <= 100",
"line",
"100",
"{\n\t line = line * line * line ;\n\t System.out.println(line);\n }",
"line = line * line * line",
"line",
"line * line * line",
"line * line * line",
"line",
"line",
"line",
"System.out.println(line)",
"System.out.println",
"System.out",
"System",
"System.out",
"line",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int line = Integer.parseInt(br.readLine());
if(line >= 1 && line <= 100){
line = line * line * line ;
System.out.println(line);
}
} catch (Exception e) {
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
50,
8
],
[
50,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
22,
37
],
[
37,
38
],
[
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.BufferedReader;\nimport java.io.InputStreamReader;\npublic class Main{\n public static void main(String args[] ) throws Exception {\n try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\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 try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String args[] ) throws Exception {\n try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\n }",
"main",
"{\n try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\n }",
"try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }",
"catch(NumberFormatException e) {\n System.out.println(e);\n }",
"NumberFormatException e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\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",
"int x = Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String args[]",
"args",
"public class Main{\n public static void main(String args[] ) throws Exception {\n try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\n }\n}",
"public class Main{\n public static void main(String args[] ) throws Exception {\n try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n int x = Integer.parseInt(line);\n System.out.println(x*x*x);\n }catch(NumberFormatException e) {\n System.out.println(e);\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main{
public static void main(String args[] ) throws Exception {
try{BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
int x = Integer.parseInt(line);
System.out.println(x*x*x);
}catch(NumberFormatException e) {
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
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
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import 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 base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\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 base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\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 base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\n\n\t\tsc.close();\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\n\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int base = sc.nextInt();",
"base",
"sc.nextInt()",
"sc.nextInt",
"sc",
"long cube = (long)base*base*base;",
"cube",
"(long)base*base*base",
"(long)base*base*base",
"(long)base",
"base",
"base",
"System.out.println(cube)",
"System.out.println",
"System.out",
"System",
"System.out",
"cube",
"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 base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\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 base = sc.nextInt();\n\n\t\tlong cube = (long)base*base*base;\n\t\tSystem.out.println(cube);\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 base = sc.nextInt();
long cube = (long)base*base*base;
System.out.println(cube);
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
4,
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
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
17,
23
],
[
6,
24
],
[
24,
25
]
] | [
"import java.util.*;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(stdIn.nextInt(),3));\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(stdIn.nextInt(),3));\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(stdIn.nextInt(),3));\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(stdIn.nextInt(),3));\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"System.out.println((int)Math.pow(stdIn.nextInt(),3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(stdIn.nextInt(),3)",
"Math.pow",
"Math",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"3",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
System.out.println((int)Math.pow(stdIn.nextInt(),3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
37,
5
],
[
37,
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
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
24,
24
],
[
24,
25
],
[
24,
26
],
[
24,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
6,
34
],
[
34,
35
],
[
0,
36
],
[
36,
37
],
[
36,
38
]
] | [
"import java.io.*;\n\npublic class Main{\n\npublic static void main(String[] args) throws IOException {\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\n}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\npublic static void main(String[] args) throws IOException {\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\n}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\n}",
"main",
"{\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\n}",
"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())",
"int x = Integer.parseInt(s);",
"x",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"x = x*x*x",
"x",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main{\n\npublic static void main(String[] args) throws IOException {\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\n}\n}",
"public class Main{\n\npublic static void main(String[] args) throws IOException {\n\n\nBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\nString s = new String(in.readLine());\n \nint x = Integer.parseInt(s);\n\nx = x*x*x;\n\nSystem.out.println(x);\n\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 s = new String(in.readLine());
int x = Integer.parseInt(s);
x = x*x*x;
System.out.println(x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
23,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
30,
30
],
[
30,
31
],
[
30,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] | [
"import java.io.*;\n\npublic class Main\n{\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main\n{\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException\n\t{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}",
"main",
"{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}",
"int x",
"x",
"x_3;",
"x_3",
"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",
"x = Integer.parseInt(line)",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"x_3 = x*x*x",
"x_3",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(x_3)",
"System.out.println",
"System.out",
"System",
"System.out",
"x_3",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint x,x_3;\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line =reader.readLine();\n\t\tx = Integer.parseInt(line);\n\t\tx_3 = x*x*x;\n\t\tSystem.out.println(x_3);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main
{
public static void main(String[] args) throws IOException
{
int x,x_3;
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String line =reader.readLine();
x = Integer.parseInt(line);
x_3 = x*x*x;
System.out.println(x_3);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
59,
11
],
[
59,
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
],
[
15,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
29,
31
],
[
25,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
25,
43
],
[
43,
44
],
[
43,
45
],
[
46,
46
],
[
46,
47
],
[
46,
48
],
[
46,
49
],
[
25,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
12,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args){\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\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 public static void main(String[] args){\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}\n }\n}",
"Main",
"public static void main(String[] args){\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}\n }",
"main",
"{\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}\n }",
"try {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}",
"catch(IOException e) {\n\t\t System.err.println(e);\n\t}",
"IOException e",
"{\n\t\t System.err.println(e);\n\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"int x = Integer.parseInt(buf);",
"x",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"x=x*x*x",
"x",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}\n }\n}",
"public class Main {\n public static void main(String[] args){\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tint x = Integer.parseInt(buf);\n \t\tx=x*x*x;\n \t\tSystem.out.println(x);\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t}\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args){
try {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
int x = Integer.parseInt(buf);
x=x*x*x;
System.out.println(x);
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
16,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
16,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
34,
34
],
[
34,
35
],
[
34,
36
],
[
34,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}\n\n\t}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}\n\n\t}",
"Main",
"public static void main(String[] args){\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}",
"main",
"{\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}",
"BufferedReader input = new BufferedReader(new InputStreamReader(System.in));",
"input",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}",
"catch(IOException e){}",
"IOException e",
"{}",
"{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}",
"String s = input.readLine();",
"s",
"input.readLine()",
"input.readLine",
"input",
"int x=Integer.parseInt(s);",
"x",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}\n\n\t}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString s = input.readLine();\n\t\tint x=Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t}catch(IOException e){}\n\t\t}\n\n\t}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args){
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
try{
String s = input.readLine();
int x=Integer.parseInt(s);
System.out.println(x*x*x);
}catch(IOException e){}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
30,
5
],
[
30,
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
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
6,
27
],
[
27,
28
],
[
0,
29
],
[
29,
30
],
[
29,
31
]
] | [
"import java.util.Scanner;\n\npublic class Main\n{\n public static void main(String... args)\n {\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }\n}",
"Main",
"public static void main(String... args)\n {\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }",
"main",
"{\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }",
"final Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"final int in = scanner.nextInt();",
"in",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println((int) Math.pow(in, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int) Math.pow(in, 3)",
"Math.pow",
"Math",
"in",
"3",
"String... args",
"args",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }\n}",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner scanner = new Scanner(System.in);\n final int in = scanner.nextInt();\n System.out.println((int) Math.pow(in, 3));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main
{
public static void main(String... args)
{
final Scanner scanner = new Scanner(System.in);
final int in = scanner.nextInt();
System.out.println((int) Math.pow(in, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
6,
30
],
[
30,
31
]
] | [
"import java.io.*;\n\nclass Main{\npublic static void main(String args[]) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int input = Integer.parseInt( reader.readLine() );\n System.out.println((int) Math.pow(input, 3));\n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\npublic static void main(String args[]) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int input = Integer.parseInt( reader.readLine() );\n System.out.println((int) Math.pow(input, 3));\n }\n \n}",
"Main",
"public static void main(String args[]) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int input = Integer.parseInt( reader.readLine() );\n System.out.println((int) Math.pow(input, 3));\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int input = Integer.parseInt( reader.readLine() );\n System.out.println((int) Math.pow(input, 3));\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"int input = Integer.parseInt( reader.readLine() );",
"input",
"Integer.parseInt( reader.readLine() )",
"Integer.parseInt",
"Integer",
"reader.readLine()",
"reader.readLine",
"reader",
"System.out.println((int) Math.pow(input, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int) Math.pow(input, 3)",
"Math.pow",
"Math",
"input",
"3",
"String args[]",
"args"
] | import java.io.*;
class Main{
public static void main(String args[]) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
int input = Integer.parseInt( reader.readLine() );
System.out.println((int) Math.pow(input, 3));
}
} |
[
7,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
4,
18,
20,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
20,
2
],
[
20,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
7,
8
],
[
8,
9
],
[
8,
10
],
[
6,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
11,
16
],
[
3,
17
],
[
17,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
]
] | [
"public class Main{public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}}",
"public class Main{public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}}",
"Main",
"public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}",
"main",
"{System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}",
"System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3))",
"System.out.println",
"System.out",
"System",
"System.out",
"new java.util.Scanner(System.in).nextBigInteger().pow(3)",
"new java.util.Scanner(System.in).nextBigInteger().pow",
"new java.util.Scanner(System.in).nextBigInteger()",
"new java.util.Scanner(System.in).nextBigInteger",
"new java.util.Scanner(System.in)",
"3",
"String[]a",
"a",
"public class Main{public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}}",
"public class Main{public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}}",
"Main"
] | public class Main{public static void main(String[]a){System.out.println(new java.util.Scanner(System.in).nextBigInteger().pow(3));}} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
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
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}",
"main",
"{\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}",
"Scanner sr = new Scanner(System.in);",
"sr",
"new Scanner(System.in)",
"int num = sr.nextInt();",
"num",
"sr.nextInt()",
"sr.nextInt",
"sr",
"num = num * num * num",
"num",
"num * num * num",
"num * num * num",
"num",
"num",
"num",
"System.out.println(num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sr = new Scanner(System.in);\n\t\tint num = sr.nextInt();\n\t\tnum = num * num * num;\n\t\tSystem.out.println(num);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sr = new Scanner(System.in);
int num = sr.nextInt();
num = num * num * num;
System.out.println(num);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
38,
30,
14,
2,
13,
17,
30,
4,
18,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
4,
18,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
6,
42
],
[
42,
43
],
[
56,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
49,
52
],
[
44,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n\n private static int powBy3(int i) {\n return i * i * i;\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n\n private static int powBy3(int i) {\n return i * i * i;\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"main",
"{\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"Scanner s = null;",
"s",
"null",
"try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }",
"{\n if (s != null) {\n s.close();\n }\n }",
"if (s != null) {\n s.close();\n }",
"s != null",
"s",
"null",
"{\n s.close();\n }",
"s.close()",
"s.close",
"s",
"{\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n }",
"s = new Scanner(System.in)",
"s",
"new Scanner(System.in)",
"String line = s.nextLine();",
"line",
"s.nextLine()",
"s.nextLine",
"s",
"System.out.println(powBy3(Integer.parseInt(line)))",
"System.out.println",
"System.out",
"System",
"System.out",
"powBy3(Integer.parseInt(line))",
"powBy3",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"String[] args",
"args",
"private static int powBy3(int i) {\n return i * i * i;\n }",
"powBy3",
"{\n return i * i * i;\n }",
"return i * i * i;",
"i * i * i",
"i * i * i",
"i",
"i",
"i",
"int i",
"i",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n\n private static int powBy3(int i) {\n return i * i * i;\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n String line = s.nextLine();\n System.out.println(powBy3(Integer.parseInt(line)));\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n\n private static int powBy3(int i) {\n return i * i * i;\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner s = null;
try {
s = new Scanner(System.in);
String line = s.nextLine();
System.out.println(powBy3(Integer.parseInt(line)));
} finally {
if (s != null) {
s.close();
}
}
}
private static int powBy3(int i) {
return i * i * i;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
]
] | [
"import java.util.Scanner;\n \nclass Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int x = Integer.parseInt(scanner.nextLine());\n System.out.println(x*x*x);\n scanner.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int x = Integer.parseInt(scanner.nextLine());\n System.out.println(x*x*x);\n scanner.close();\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int x = Integer.parseInt(scanner.nextLine());\n System.out.println(x*x*x);\n scanner.close();\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int x = Integer.parseInt(scanner.nextLine());\n System.out.println(x*x*x);\n scanner.close();\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x = Integer.parseInt(scanner.nextLine());",
"x",
"Integer.parseInt(scanner.nextLine())",
"Integer.parseInt",
"Integer",
"scanner.nextLine()",
"scanner.nextLine",
"scanner",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
int x = Integer.parseInt(scanner.nextLine());
System.out.println(x*x*x);
scanner.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.*;\n\nclass Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\t\tint d = hoge.nextInt();\n\t\tSystem.out.println(d*d*d);\n\t\t\n\t\n\t}\n\n\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\t\tint d = hoge.nextInt();\n\t\tSystem.out.println(d*d*d);\n\t\t\n\t\n\t}\n\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\t\tint d = hoge.nextInt();\n\t\tSystem.out.println(d*d*d);\n\t\t\n\t\n\t}",
"main",
"{\n\t\tScanner hoge = new Scanner(System.in);\n\t\tint d = hoge.nextInt();\n\t\tSystem.out.println(d*d*d);\n\t\t\n\t\n\t}",
"Scanner hoge = new Scanner(System.in);",
"hoge",
"new Scanner(System.in)",
"int d = hoge.nextInt();",
"d",
"hoge.nextInt()",
"hoge.nextInt",
"hoge",
"System.out.println(d*d*d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d*d*d",
"d*d*d",
"d",
"d",
"d",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args) {
Scanner hoge = new Scanner(System.in);
int d = hoge.nextInt();
System.out.println(d*d*d);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
4,
18,
20,
0,
13,
4,
13,
4,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
0,
13,
17,
29,
4,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
20,
22
],
[
8,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
6,
29
],
[
29,
30
],
[
48,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
33,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
40,
44
],
[
31,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"import static java.lang.Double.parseDouble;\n\npublic class Main {\n public static void main (String[] args ) {\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }\n public static double xclubic (double x) {\n double y;\n y = 3;\n return Math.pow(x , y);\n }\n}",
"import static java.lang.Double.parseDouble;",
"import static java.lang.Double.parseDouble;",
"import static java.lang.Double.parseDouble;",
"public class Main {\n public static void main (String[] args ) {\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }\n public static double xclubic (double x) {\n double y;\n y = 3;\n return Math.pow(x , y);\n }\n}",
"Main",
"public static void main (String[] args ) {\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }",
"main",
"{\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }",
"int i ;",
"i",
"String number = new java.util.Scanner ( System.in ).nextLine();",
"number",
"new java.util.Scanner ( System.in ).nextLine()",
"new java.util.Scanner ( System.in ).nextLine",
"new java.util.Scanner ( System.in )",
"i = (int) xclubic (parseDouble(number))",
"i",
"(int) xclubic (parseDouble(number))",
"xclubic",
"parseDouble(number)",
"parseDouble",
"number",
"System.out.println(i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i",
"String[] args",
"args",
"public static double xclubic (double x) {\n double y;\n y = 3;\n return Math.pow(x , y);\n }",
"xclubic",
"{\n double y;\n y = 3;\n return Math.pow(x , y);\n }",
"double y;",
"y",
"y = 3",
"y",
"3",
"return Math.pow(x , y);",
"Math.pow(x , y)",
"Math.pow",
"Math",
"x",
"y",
"double x",
"x",
"public class Main {\n public static void main (String[] args ) {\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }\n public static double xclubic (double x) {\n double y;\n y = 3;\n return Math.pow(x , y);\n }\n}",
"public class Main {\n public static void main (String[] args ) {\n int i ;\n String number = new java.util.Scanner ( System.in ).nextLine();\n i = (int) xclubic (parseDouble(number));\n System.out.println(i);\n }\n public static double xclubic (double x) {\n double y;\n y = 3;\n return Math.pow(x , y);\n }\n}",
"Main"
] | import static java.lang.Double.parseDouble;
public class Main {
public static void main (String[] args ) {
int i ;
String number = new java.util.Scanner ( System.in ).nextLine();
i = (int) xclubic (parseDouble(number));
System.out.println(i);
}
public static double xclubic (double x) {
double y;
y = 3;
return Math.pow(x , y);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
44,
5
],
[
44,
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
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
19,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
36,
40
],
[
6,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] | [
"import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}\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\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}",
"main",
"{\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}",
"catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.err.println(e);\n\t\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int num = Integer.parseInt(br.readLine());",
"num",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println((int)Math.pow(num,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(num,3)",
"Math.pow",
"Math",
"num",
"3",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tint num = Integer.parseInt(br.readLine());\n\t\t\tSystem.out.println((int)Math.pow(num,3));\n\t\t}catch(IOException e){\n\t\t\tSystem.err.println(e);\n\t\t}\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) {
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int num = Integer.parseInt(br.readLine());
System.out.println((int)Math.pow(num,3));
}catch(IOException e){
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
46,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
33,
33
],
[
33,
34
],
[
33,
35
],
[
33,
36
],
[
11,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
9,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n/*\n * 提出用Mainクラス\n */\npublic class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int N;",
"N",
"int result;",
"result",
"String readLine = br.readLine();",
"readLine",
"br.readLine()",
"br.readLine",
"br",
"N = Integer.parseInt(readLine)",
"N",
"Integer.parseInt(readLine)",
"Integer.parseInt",
"Integer",
"readLine",
"result = N * N * N",
"result",
"N * N * N",
"N * N * N",
"N",
"N",
"N",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String args[]",
"args",
"public class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }\n}",
"public class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int N;\n int result;\n String readLine = br.readLine();\n N = Integer.parseInt(readLine);\n result = N * N * N;\n System.out.println(result);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
/*
* 提出用Mainクラス
*/
public class Main {
public static void main(String args[] ) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int N;
int result;
String readLine = br.readLine();
N = Integer.parseInt(readLine);
result = N * N * N;
System.out.println(result);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
4,
18,
13,
17,
30,
41,
13,
20,
41,
13,
14,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
12,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
30,
36
],
[
29,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
37,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
50,
50
],
[
50,
51
],
[
50,
52
],
[
50,
53
],
[
9,
54
],
[
54,
55
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}",
"main",
"{\n\t\ttry{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}",
"try{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"catch (Exception e)\n\t\t{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"Exception e",
"{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"e.getStackTrace()",
"e.getStackTrace",
"e",
"System.exit(0)",
"System.exit",
"System",
"0",
"{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str;\n\t\t\tif((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}\n\t\t\t\n\t\t}",
"BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String str;",
"str",
"if((str = stdReader.readLine()) != null)\n\t\t\t{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}",
"(str = stdReader.readLine()) != null",
"(str = stdReader.readLine())",
"str",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n\t\t\t\tint x = Integer.parseInt(str);\n\t\t\t\tSystem.out.println(x*x*x);\n\t\t\t}",
"int x = Integer.parseInt(str);",
"x",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"System.out.println(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
try{
BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));
String str;
if((str = stdReader.readLine()) != null)
{
int x = Integer.parseInt(str);
System.out.println(x*x*x);
}
}
catch (Exception e)
{
e.getStackTrace();
System.exit(0);
}
}
} |
[
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,
14,
2,
2,
17,
13,
2,
13,
17,
30,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
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
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
33,
35
],
[
28,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
28,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }",
"0<x && x<101",
"0<x",
"0",
"x",
"x<101",
"x",
"101",
"{\n int y = (int)Math.pow(x, 3);\n System.out.println(y);\n }",
"int y = (int)Math.pow(x, 3);",
"y",
"(int)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();\n if(0<x && x<101){\n int y = (int)Math.pow(x, 3);\n System.out.println(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 x = scan.nextInt();
if(0<x && x<101){
int y = (int)Math.pow(x, 3);
System.out.println(y);
}else{
System.out.println("1??????100?????§???????????§???");
}
}catch(InputMismatchException ex){
System.out.println("1??????100?????§????????¶??°?????\?????????????????????");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
0,
13,
2,
2,
13,
13,
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
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
27,
27
],
[
27,
28
],
[
27,
29
],
[
27,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
48,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}\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\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}",
"solve",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x ;",
"x",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.print(x = x*x*x)",
"System.out.print",
"System.out",
"System",
"System.out",
"x = x*x*x",
"x",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"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\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"public class Main{\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x ;\n\t\tx = sc.nextInt();\n\t\tSystem.out.print(x = x*x*x);\n\t\tSystem.out.println();\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public void solve(){
Scanner sc = new Scanner(System.in);
int x ;
x = sc.nextInt();
System.out.print(x = x*x*x);
System.out.println();
}
public static void main(String[] args){
Main obj = new Main();
obj.solve();
}
} |
[
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,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
32,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
14,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
12,
42
],
[
42,
43
]
] | [
"import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\nclass Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString s = scan.next();\n\t\tint n = Integer.parseInt(s);\n\t\tn = n * n * n;\n\t\tSystem.out.println(n);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString s = scan.next();\n\t\tint n = Integer.parseInt(s);\n\t\tn = n * n * n;\n\t\tSystem.out.println(n);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString s = scan.next();\n\t\tint n = Integer.parseInt(s);\n\t\tn = n * n * n;\n\t\tSystem.out.println(n);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString s = scan.next();\n\t\tint n = Integer.parseInt(s);\n\t\tn = n * n * n;\n\t\tSystem.out.println(n);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String s = scan.next();",
"s",
"scan.next()",
"scan.next",
"scan",
"int n = Integer.parseInt(s);",
"n",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"n = n * n * n",
"n",
"n * n * n",
"n * n * n",
"n",
"n",
"n",
"System.out.println(n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n",
"String[] args",
"args"
] | import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class Main{
public static void main (String[] args) throws java.lang.Exception{
Scanner scan = new Scanner(System.in);
String s = scan.next();
int n = Integer.parseInt(s);
n = n * n * n;
System.out.println(n);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
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
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int z = (int)Math.pow(x, 3);",
"z",
"(int)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(z)",
"System.out.println",
"System.out",
"System",
"System.out",
"z",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//int x = 2;\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint z = (int)Math.pow(x, 3);\n\t\tSystem.out.println(z);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
//int x = 2;
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
int z = (int)Math.pow(x, 3);
System.out.println(z);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
17,
41,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
42,
5
],
[
42,
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
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"import java.io.*;\n \npublic class Main { \n public static void main(String[] args) throws IOException { \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n } \n}",
"import java.io.*;",
"io.*",
"java",
"public class Main { \n public static void main(String[] args) throws IOException { \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n } \n}",
"Main",
"public static void main(String[] args) throws IOException { \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n }",
"main",
"{ \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n }",
"BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));",
"buf",
"new BufferedReader(new InputStreamReader(System.in))",
"String s = buf.readLine();",
"s",
"buf.readLine()",
"buf.readLine",
"buf",
"int x = Integer.parseInt(s);",
"x",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"double i = Math.pow(x, 3);",
"i",
"Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"int ans = (int)i;",
"ans",
"(int)i",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main { \n public static void main(String[] args) throws IOException { \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n } \n}",
"public class Main { \n public static void main(String[] args) throws IOException { \n BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n String s = buf.readLine();\n int x = Integer.parseInt(s);\n double i = Math.pow(x, 3);\n int ans = (int)i;\n System.out.println(ans);\n } \n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));
String s = buf.readLine();
int x = Integer.parseInt(s);
double i = Math.pow(x, 3);
int ans = (int)i;
System.out.println(ans);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
6,
13,
12,
13,
30,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
],
[
0,
29
],
[
40,
30
],
[
40,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
31,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"import java.util.*;\n\nclass XCubic {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n}\n\npublic class Main {\n public static void main(String... args) {\n XCubic.main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class XCubic {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int x = sc.nextInt();\n System.out.println(x * x * x);\n }\n}",
"XCubic",
"public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int x = sc.nextInt();\n System.out.println(x * x * x);\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n final int x = sc.nextInt();\n System.out.println(x * x * x);\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String...args",
"args",
"public class Main {\n public static void main(String... args) {\n XCubic.main();\n }\n}",
"Main",
"public static void main(String... args) {\n XCubic.main();\n }",
"main",
"{\n XCubic.main();\n }",
"XCubic.main()",
"XCubic.main",
"XCubic",
"String... args",
"args",
"public class Main {\n public static void main(String... args) {\n XCubic.main();\n }\n}",
"public class Main {\n public static void main(String... args) {\n XCubic.main();\n }\n}",
"Main"
] | import java.util.*;
class XCubic {
public static void main(String...args) {
final Scanner sc = new Scanner(System.in);
final int x = sc.nextInt();
System.out.println(x * x * x);
}
}
public class Main {
public static void main(String... args) {
XCubic.main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
42,
5
],
[
42,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
28,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"import java.io.*;\npublic class Main{\n public static void main(String[] args) throws IOException\n {\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[] args) throws IOException\n {\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }",
"main",
"{\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"int num = Integer.parseInt(buf);",
"num",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"num = (int)Math.pow(num,3)",
"num",
"(int)Math.pow(num,3)",
"Math.pow",
"Math",
"num",
"3",
"System.out.println(num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) throws IOException\n {\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }\n}",
"public class Main{\n public static void main(String[] args) throws IOException\n {\n\tInputStreamReader isr = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(isr);\n\tString buf = br.readLine();\n\tint num = Integer.parseInt(buf);\n\n\tnum = (int)Math.pow(num,3);\n\tSystem.out.println(num);\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args) throws IOException
{
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
int num = Integer.parseInt(buf);
num = (int)Math.pow(num,3);
System.out.println(num);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println((int)Math.pow(a, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(a, 3)",
"Math.pow",
"Math",
"a",
"3",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
System.out.println((int)Math.pow(a, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
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
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
6,
33
],
[
33,
34
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint x = Integer.parseInt(scan.next());\n\tSystem.out.println((int) Math.pow(x, 3));\n\tscan.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint x = Integer.parseInt(scan.next());\n\tSystem.out.println((int) Math.pow(x, 3));\n\tscan.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint x = Integer.parseInt(scan.next());\n\tSystem.out.println((int) Math.pow(x, 3));\n\tscan.close();\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\tint x = Integer.parseInt(scan.next());\n\tSystem.out.println((int) Math.pow(x, 3));\n\tscan.close();\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = Integer.parseInt(scan.next());",
"x",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"System.out.println((int) Math.pow(x, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int) Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int x = Integer.parseInt(scan.next());
System.out.println((int) Math.pow(x, 3));
scan.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
20,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
20,
31
],
[
31,
32
],
[
31,
33
],
[
20,
34
],
[
34,
35
],
[
34,
36
],
[
20,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
20,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
20,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
52,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
18,
56
],
[
56,
57
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamReader;\nimport java.io.PrintStream;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tPrintStream printStream = System.out;\n\t\tInputStream inputStream = System.in;\n\n\t\tInputStreamReader inputStreamReader = new InputStreamReader(inputStream);\n\t\tBufferedReader bufferedReader = new BufferedReader(inputStreamReader);\n\n\t\tString input = bufferedReader.readLine();\n\t\tlong x = Long.parseLong(input);\n\n\t\tprintStream.println(x * x * x);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.PrintStream;",
"PrintStream",
"java.io",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tPrintStream printStream = System.out;\n\t\tInputStream inputStream = System.in;\n\n\t\tInputStreamReader inputStreamReader = new InputStreamReader(inputStream);\n\t\tBufferedReader bufferedReader = new BufferedReader(inputStreamReader);\n\n\t\tString input = bufferedReader.readLine();\n\t\tlong x = Long.parseLong(input);\n\n\t\tprintStream.println(x * x * x);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tPrintStream printStream = System.out;\n\t\tInputStream inputStream = System.in;\n\n\t\tInputStreamReader inputStreamReader = new InputStreamReader(inputStream);\n\t\tBufferedReader bufferedReader = new BufferedReader(inputStreamReader);\n\n\t\tString input = bufferedReader.readLine();\n\t\tlong x = Long.parseLong(input);\n\n\t\tprintStream.println(x * x * x);\n\t}",
"main",
"{\n\t\tPrintStream printStream = System.out;\n\t\tInputStream inputStream = System.in;\n\n\t\tInputStreamReader inputStreamReader = new InputStreamReader(inputStream);\n\t\tBufferedReader bufferedReader = new BufferedReader(inputStreamReader);\n\n\t\tString input = bufferedReader.readLine();\n\t\tlong x = Long.parseLong(input);\n\n\t\tprintStream.println(x * x * x);\n\t}",
"PrintStream printStream = System.out;",
"printStream",
"System.out",
"System",
"System.out",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"InputStreamReader inputStreamReader = new InputStreamReader(inputStream);",
"inputStreamReader",
"new InputStreamReader(inputStream)",
"BufferedReader bufferedReader = new BufferedReader(inputStreamReader);",
"bufferedReader",
"new BufferedReader(inputStreamReader)",
"String input = bufferedReader.readLine();",
"input",
"bufferedReader.readLine()",
"bufferedReader.readLine",
"bufferedReader",
"long x = Long.parseLong(input);",
"x",
"Long.parseLong(input)",
"Long.parseLong",
"Long",
"input",
"printStream.println(x * x * x)",
"printStream.println",
"printStream",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintStream;
class Main {
public static void main(String[] args) throws IOException {
PrintStream printStream = System.out;
InputStream inputStream = System.in;
InputStreamReader inputStreamReader = new InputStreamReader(inputStream);
BufferedReader bufferedReader = new BufferedReader(inputStreamReader);
String input = bufferedReader.readLine();
long x = Long.parseLong(input);
printStream.println(x * x * x);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
2,
13,
17,
30,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
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
],
[
47,
11
],
[
47,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
27,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
12,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"if( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}",
"line != null",
"line",
"null",
"{\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}",
"int i = Integer.parseInt(line);",
"i",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.println((int)Math.pow(i, 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(i, 3)",
"Math.pow",
"Math",
"i",
"3",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint i = Integer.parseInt(line);\n\t\t\tSystem.out.println((int)Math.pow(i, 3));\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException, NumberFormatException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
if( line != null ){
int i = Integer.parseInt(line);
System.out.println((int)Math.pow(i, 3));
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
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,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
50,
11
],
[
50,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
12,
17
],
[
17,
18
],
[
50,
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
],
[
32,
35
],
[
21,
36
],
[
36,
37
],
[
36,
38
],
[
39,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
21,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}",
"main",
"{\n\t\tprint();\n\t}",
"print()",
"print",
"String[] args",
"args",
"private static void print() throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\n\t}",
"print",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\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",
"int x = Integer.valueOf(str);",
"x",
"Integer.valueOf(str)",
"Integer.valueOf",
"Integer",
"str",
"int multiple = x * x * x;",
"multiple",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(multiple)",
"System.out.println",
"System.out",
"System",
"System.out",
"multiple",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tint x = Integer.valueOf(str);\n\n\t\tint multiple = x * x * x;\n\t\tSystem.out.println(multiple);\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
print();
}
private static void print() throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
int x = Integer.valueOf(str);
int multiple = x * x * x;
System.out.println(multiple);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
29,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
12,
39
],
[
39,
40
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint x = Integer.parseInt(reader.readLine());\n\t\tint ans = x * x * x;\n\t\tSystem.out.println(ans);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint x = Integer.parseInt(reader.readLine());\n\t\tint ans = x * x * x;\n\t\tSystem.out.println(ans);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint x = Integer.parseInt(reader.readLine());\n\t\tint ans = x * x * x;\n\t\tSystem.out.println(ans);\n\t}",
"main",
"{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint x = Integer.parseInt(reader.readLine());\n\t\tint ans = x * x * x;\n\t\tSystem.out.println(ans);\n\t}",
"BufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));",
"reader",
"new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in))",
"int x = Integer.parseInt(reader.readLine());",
"x",
"Integer.parseInt(reader.readLine())",
"Integer.parseInt",
"Integer",
"reader.readLine()",
"reader.readLine",
"reader",
"int ans = x * x * x;",
"ans",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(
System.in));
int x = Integer.parseInt(reader.readLine());
int ans = x * x * x;
System.out.println(ans);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
28,
5
],
[
28,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
6,
25
],
[
25,
26
],
[
0,
27
],
[
27,
28
],
[
27,
29
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}",
"main",
"{\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}",
"int x = new Scanner(System.in).nextInt();",
"x",
"new Scanner(System.in).nextInt()",
"new Scanner(System.in).nextInt",
"new Scanner(System.in)",
"x*=x*x",
"x",
"x*x",
"x",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint x = new Scanner(System.in).nextInt();\n\t\tx*=x*x;\n\t\tSystem.out.println(x);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int x = new Scanner(System.in).nextInt();
x*=x*x;
System.out.println(x);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
59,
11
],
[
59,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
41,
42
],
[
14,
43
],
[
43,
44
],
[
43,
45
],
[
46,
46
],
[
46,
47
],
[
46,
48
],
[
46,
49
],
[
14,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
12,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"int x = 0;",
"x",
"0",
"try {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t}",
"x = Integer.parseInt(in.readLine())",
"x",
"Integer.parseInt(in.readLine())",
"Integer.parseInt",
"Integer",
"in.readLine()",
"in.readLine",
"in",
"x = x * x * x",
"x",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tint x = 0;\n\t\ttry {\n\t\t\tx = Integer.parseInt(in.readLine());\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
int x = 0;
try {
x = Integer.parseInt(in.readLine());
} catch (NumberFormatException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
x = x * x * x;
System.out.println(x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
]
] | [
"import java.io.*;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n\n String line = reader.readLine();\n int x = Integer.parseInt(line);\n int answer = (int) Math.pow(x, 3);\n System.out.println(answer);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n\n String line = reader.readLine();\n int x = Integer.parseInt(line);\n int answer = (int) Math.pow(x, 3);\n System.out.println(answer);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n\n String line = reader.readLine();\n int x = Integer.parseInt(line);\n int answer = (int) Math.pow(x, 3);\n System.out.println(answer);\n }",
"main",
"{\n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n\n String line = reader.readLine();\n int x = Integer.parseInt(line);\n int answer = (int) Math.pow(x, 3);\n System.out.println(answer);\n }",
"BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = reader.readLine();",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"int x = Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"int answer = (int) Math.pow(x, 3);",
"answer",
"(int) Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader reader =
new BufferedReader(new InputStreamReader(System.in));
String line = reader.readLine();
int x = Integer.parseInt(line);
int answer = (int) Math.pow(x, 3);
System.out.println(answer);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
20,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
39,
2
],
[
39,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
5,
8
],
[
8,
9
],
[
5,
10
],
[
10,
11
],
[
5,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
5,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
5,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
3,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"public class Main{\n public static void main(String[] args){\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }\n}",
"public class Main{\n public static void main(String[] args){\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }\n}",
"Main",
"public static void main(String[] args){\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }",
"main",
"{\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }",
"String value;",
"value",
"int input;",
"input",
"int output;",
"output",
"value = new java.util.Scanner(System.in).nextLine()",
"value",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"input=Integer.parseInt(value)",
"input",
"Integer.parseInt(value)",
"Integer.parseInt",
"Integer",
"value",
"output=(int)(Math.pow((double)input,3))",
"output",
"(int)(Math.pow((double)input,3))",
"Math.pow",
"Math",
"(double)input",
"3",
"System.out.println(output)",
"System.out.println",
"System.out",
"System",
"System.out",
"output",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }\n}",
"public class Main{\n public static void main(String[] args){\n\n String value;\n int input;\n int output;\n\n value = new java.util.Scanner(System.in).nextLine();\n input=Integer.parseInt(value);\n output=(int)(Math.pow((double)input,3));\n System.out.println(output);\n }\n}",
"Main"
] | public class Main{
public static void main(String[] args){
String value;
int input;
int output;
value = new java.util.Scanner(System.in).nextLine();
input=Integer.parseInt(value);
output=(int)(Math.pow((double)input,3));
System.out.println(output);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
14,
2,
2,
13,
17,
2,
13,
17,
30,
29,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
38,
5
],
[
38,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
15,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
31,
33
],
[
31,
34
],
[
6,
35
],
[
35,
36
],
[
0,
37
],
[
37,
38
],
[
37,
39
]
] | [
"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\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\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\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\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\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\n\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"int num = new Integer(in.readLine());",
"num",
"new Integer(in.readLine())",
"if(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}",
"num < 1 || num > 100",
"num < 1",
"num",
"1",
"num > 100",
"num",
"100",
"{\n\t\t\treturn;\n\t\t}",
"return;",
"System.out.println(num * num * num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num * num * num",
"num * num * num",
"num",
"num",
"num",
"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\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\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\tint num = new Integer(in.readLine());\n\t\tif(num < 1 || num > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println(num * num * num);\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));
int num = new Integer(in.readLine());
if(num < 1 || num > 100) {
return;
}
System.out.println(num * num * num);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
6,
30
],
[
30,
31
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint n = scan.nextInt();\n\t\tscan.close();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint n = scan.nextInt();\n\t\tscan.close();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint n = scan.nextInt();\n\t\tscan.close();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint n = scan.nextInt();\n\t\tscan.close();\n\t\tSystem.out.println((int)Math.pow(n,3));\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int n = scan.nextInt();",
"n",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"System.out.println((int)Math.pow(n,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(n,3)",
"Math.pow",
"Math",
"n",
"3",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int n = scan.nextInt();
scan.close();
System.out.println((int)Math.pow(n,3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
6,
27
],
[
27,
28
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] arg) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(x * x * x);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] arg) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(x * x * x);\n }\n}",
"Main",
"public static void main(String[] arg) {\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(x * x * x);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int x = scanner.nextInt();\n System.out.println(x * x * x);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] arg",
"arg"
] | import java.util.Scanner;
class Main {
public static void main(String[] arg) {
Scanner scanner = new Scanner(System.in);
int x = scanner.nextInt();
System.out.println(x * x * x);
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.