node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
37,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
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
],
[
12,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
9,
24
],
[
24,
25
],
[
7,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
35,
42
],
[
42,
43
],
[
32,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
7,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
54,
54
],
[
54,
55
],
[
54,
56
],
[
54,
57
],
[
49,
58
],
[
58,
59
]
] | [
"import java.util.Scanner;\nimport java.util.NoSuchElementException;\n\nclass Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\tint num = readInt();\n\t\tSystem.out.println(cubic(num));\n\t}\n\n\tprivate static int readInt()\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\ttry\n\t\t{\n\t\t\treturn scanner.nextInt();\n\t\t} catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}\n\t}\n\n\tprivate static int cubic(int num)\n\t{\n\t\treturn num * num * num;\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.NoSuchElementException;",
"NoSuchElementException",
"java.util",
"class Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\tint num = readInt();\n\t\tSystem.out.println(cubic(num));\n\t}\n\n\tprivate static int readInt()\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\ttry\n\t\t{\n\t\t\treturn scanner.nextInt();\n\t\t} catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}\n\t}\n\n\tprivate static int cubic(int num)\n\t{\n\t\treturn num * num * num;\n\t}\n}",
"Main",
"public static void main(String args[])\n\t{\n\t\tint num = readInt();\n\t\tSystem.out.println(cubic(num));\n\t}",
"main",
"{\n\t\tint num = readInt();\n\t\tSystem.out.println(cubic(num));\n\t}",
"int num = readInt();",
"num",
"readInt()",
"readInt",
"System.out.println(cubic(num))",
"System.out.println",
"System.out",
"System",
"System.out",
"cubic(num)",
"cubic",
"num",
"String args[]",
"args",
"private static int readInt()\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\ttry\n\t\t{\n\t\t\treturn scanner.nextInt();\n\t\t} catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}\n\t}",
"readInt",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\ttry\n\t\t{\n\t\t\treturn scanner.nextInt();\n\t\t} catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"try\n\t\t{\n\t\t\treturn scanner.nextInt();\n\t\t} catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}",
"catch (NoSuchElementException e)\n\t\t{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}",
"NoSuchElementException e",
"{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\tthrow e;\n\t\t}",
"System.out.println(\"Input Error\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Input Error\"",
"throw e;",
"e",
"{\n\t\t\treturn scanner.nextInt();\n\t\t}",
"return scanner.nextInt();",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"private static int cubic(int num)\n\t{\n\t\treturn num * num * num;\n\t}",
"cubic",
"{\n\t\treturn num * num * num;\n\t}",
"return num * num * num;",
"num * num * num",
"num * num * num",
"num",
"num",
"num",
"int num",
"num"
] | import java.util.Scanner;
import java.util.NoSuchElementException;
class Main
{
public static void main(String args[])
{
int num = readInt();
System.out.println(cubic(num));
}
private static int readInt()
{
Scanner scanner = new Scanner(System.in);
try
{
return scanner.nextInt();
} catch (NoSuchElementException e)
{
System.out.println("Input Error");
throw e;
}
}
private static int cubic(int num)
{
return num * num * num;
}
} |
[
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,
0,
13,
2,
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
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
19,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
6,
42
],
[
42,
43
]
] | [
"import java.io.*;\n\nclass Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\ttry\n\t\t{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\ttry\n\t\t{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[])\n\t{\n\t\ttry\n\t\t{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"main",
"{\n\t\ttry\n\t\t{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"try\n\t\t{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch(Exception e)\n\t\t{\n\t\t\tSystem.out.println(e);\n\t\t}",
"Exception e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tint x = Integer.parseInt(br.readLine());\n\n\t\t\tx *= x*x;\n\n\t\t\tSystem.out.println(x);\n\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int x = Integer.parseInt(br.readLine());",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"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[])
{
try
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int x = Integer.parseInt(br.readLine());
x *= x*x;
System.out.println(x);
}
catch(Exception e)
{
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
41,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
25,
25
],
[
25,
26
],
[
25,
27
],
[
25,
28
],
[
41,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
29,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tint X;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint X;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"Main",
"int X;",
"X",
"public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}",
"solve",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"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 static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}",
"main",
"{\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args",
"public class Main{\n\tint X;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"public class Main{\n\tint X;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tX=sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int X;
public void solve(){
Scanner sc = new Scanner(System.in);
X=sc.nextInt();
System.out.println(X*X*X);
}
public static void main(String[] args){
Main obj = new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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,
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
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
6,
37
],
[
37,
38
],
[
51,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
44,
44
],
[
44,
45
],
[
44,
46
],
[
44,
47
],
[
39,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}\n\t/**\n\t * x を3乗する\n\t * \n\t * @param x\n\t * @return\n\t */\n\tpublic static int cube(int x) { \n\t\treturn x*x*x;\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 in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}\n\t/**\n\t * x を3乗する\n\t * \n\t * @param x\n\t * @return\n\t */\n\tpublic static int cube(int x) { \n\t\treturn 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\tString in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String in = br.readLine();",
"in",
"br.readLine()",
"br.readLine",
"br",
"br.close()",
"br.close",
"br",
"int x = Integer.parseInt(in);",
"x",
"Integer.parseInt(in)",
"Integer.parseInt",
"Integer",
"in",
"int y = cube(x);",
"y",
"cube(x)",
"cube",
"x",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"String[] args",
"args",
"/**\n\t * x を3乗する\n\t * \n\t * @param x\n\t * @return\n\t */\n\tpublic static int cube(int x) { \n\t\treturn x*x*x;\n\t}",
"cube",
"{ \n\t\treturn x*x*x;\n\t}",
"return x*x*x;",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"int x",
"x",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}\n\t/**\n\t * x を3乗する\n\t * \n\t * @param x\n\t * @return\n\t */\n\tpublic static int cube(int x) { \n\t\treturn x*x*x;\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 in = br.readLine();\n\t\tbr.close();\n\t\tint x = Integer.parseInt(in);\n\t\tint y = cube(x);\n\t\tSystem.out.println(y);\n\t}\n\t/**\n\t * x を3乗する\n\t * \n\t * @param x\n\t * @return\n\t */\n\tpublic static int cube(int x) { \n\t\treturn x*x*x;\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 in = br.readLine();
br.close();
int x = Integer.parseInt(in);
int y = cube(x);
System.out.println(y);
}
/**
* x を3乗する
*
* @param x
* @return
*/
public static int cube(int x) {
return 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,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
17,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
37,
41
],
[
15,
42
],
[
42,
43
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.math.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = br.readLine();\n\t\t\tint n = Integer.parseInt(str);\n\t\t\tSystem.out.println((int)Math.pow(n, 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.math.*;",
"math.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = br.readLine();\n\t\t\tint n = Integer.parseInt(str);\n\t\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = br.readLine();\n\t\t\tint n = Integer.parseInt(str);\n\t\t\tSystem.out.println((int)Math.pow(n, 3));\n\t}",
"main",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString str = br.readLine();\n\t\t\tint n = Integer.parseInt(str);\n\t\t\tSystem.out.println((int)Math.pow(n, 3));\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 n = Integer.parseInt(str);",
"n",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"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.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.math.*;
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((int)Math.pow(n, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
2,
17,
13,
30,
14,
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
],
[
40,
5
],
[
40,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
6,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}",
"1 <= x",
"1",
"x",
"{\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}",
"if(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}",
"x <= 100",
"x",
"100",
"{\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",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tif(1 <= x){\n\t\t\tif(x <= 100){\n\t\t\t\tSystem.out.println((x * x) * x);\n\t\t\t}\n\t\t}\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
if(1 <= x){
if(x <= 100){
System.out.println((x * x) * x);
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
17,
13,
30,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
30,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
16,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
16,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
31,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
39,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
31,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.io.*;\n\npublic class Main{\n\tpublic static void main (String[] args) {\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main (String[] args) {\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}\n}",
"Main",
"public static void main (String[] args) {\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}",
"main",
"{\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}",
"long x1 = 1;",
"x1",
"1",
"try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }",
"catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }",
"IOException e",
"{\n\t //System.out.println(\"KUSO key bord\");\n\t }",
"{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"long x = Long.parseLong(br.readLine());",
"x",
"Long.parseLong(br.readLine())",
"Long.parseLong",
"Long",
"br.readLine()",
"br.readLine",
"br",
"if(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}",
"x <= 100 && 1 <= x",
"x <= 100",
"x",
"100",
"1 <= x",
"1",
"x",
"{\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}",
"for(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\tx1 = (long)x1 * x;\n\t\t}",
"{\n\t\tx1 = (long)x1 * x;\n\t\t}",
"x1 = (long)x1 * x",
"x1",
"(long)x1 * x",
"(long)x1",
"x",
"System.out.println(x1)",
"System.out.println",
"System.out",
"System",
"System.out",
"x1",
"{\n\t\t//System.out.println(\"Input Error\");\n\t\t}",
"String[] args",
"args",
"public class Main{\n\tpublic static void main (String[] args) {\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}\n}",
"public class Main{\n\tpublic static void main (String[] args) {\n\t //long x;\n\t long x1 = 1;\n\t try{\n\t\t//System.out.println(\"input number 1<x<100\");\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tif(x <= 100 && 1 <= x){\n\t\tfor(int i=0; i<3; i++){\n\t\tx1 = (long)x1 * x;\n\t\t}\n\t\tSystem.out.println(x1);\n\t\t}else{\n\t\t//System.out.println(\"Input Error\");\n\t\t}\n\t }catch(IOException e){\n\t //System.out.println(\"KUSO key bord\");\n\t }\n\n\t}\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main (String[] args) {
//long x;
long x1 = 1;
try{
//System.out.println("input number 1<x<100");
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
long x = Long.parseLong(br.readLine());
if(x <= 100 && 1 <= x){
for(int i=0; i<3; i++){
x1 = (long)x1 * x;
}
System.out.println(x1);
}else{
//System.out.println("Input Error");
}
}catch(IOException e){
//System.out.println("KUSO key bord");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
4,
18,
13,
40,
17,
30,
41,
13,
20,
41,
13,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
64,
11
],
[
64,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
27,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
34,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
41,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
53,
57
],
[
27,
58
],
[
58,
59
],
[
59,
60
],
[
12,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.lang.Math;\n\npublic class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.lang.Math;",
"Math",
"java.lang",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }",
"main",
"{\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }",
"try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }",
"catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }",
"Exception e",
"{\n e.getStackTrace();\n System.exit(-1);\n }",
"e.getStackTrace()",
"e.getStackTrace",
"e",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"{\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n }",
"BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }",
"(line = stdReader.readLine()) != null",
"(line = stdReader.readLine())",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }",
"int n = Integer.parseInt(line);",
"n",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"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",
"stdReader.close()",
"stdReader.close",
"stdReader",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n int n = Integer.parseInt(line);\n \n System.out.println((int)Math.pow(n, 3));\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.lang.Math;
public class Main {
public static void main(String[] args) {
try {
BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));
String line;
while((line = stdReader.readLine()) != null) {
int n = Integer.parseInt(line);
System.out.println((int)Math.pow(n, 3));
}
stdReader.close();
} catch(Exception e) {
e.getStackTrace();
System.exit(-1);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args){\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}",
"main",
"{\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String line = in.nextLine();",
"line",
"in.nextLine()",
"in.nextLine",
"in",
"int n = Integer.parseInt(line);",
"n",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"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\tpublic static void main(String[] args){\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\tScanner in = new Scanner(System.in);\n String line = in.nextLine();\n int n = Integer.parseInt(line);\n\tSystem.out.println(n*n*n);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
String line = in.nextLine();
int n = Integer.parseInt(line);
System.out.println(n*n*n);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
17,
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
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
15,
38
],
[
38,
39
]
] | [
"import java.io.*;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(\"\"+(x*x*x));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(\"\"+(x*x*x));\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(\"\"+(x*x*x));\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(\"\"+(x*x*x));\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(\"\"+(x*x*x))",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+(x*x*x)",
"\"\"",
"(x*x*x)",
"x*x*x",
"x",
"x",
"x",
"String[] args",
"args"
] | import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
int x = in.nextInt();
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,
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
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
29,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
17,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
15,
39
],
[
39,
40
]
] | [
"\nimport java.util.*;\nimport java.lang.*;\nimport java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x = sc.nextInt();\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x = sc.nextInt();\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x = sc.nextInt();\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x = sc.nextInt();\n\t\tx = x * x * x;\n\t\tSystem.out.println(x);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"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.util.*;
import java.lang.*;
import java.io.*;
import java.util.Scanner;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
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,
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 {\npublic static void main(String[] args){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\npublic static void main(String[] args){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}",
"main",
"{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"a = a * a * a",
"a",
"a * a * a",
"a * a * a",
"a",
"a",
"a",
"System.out.println(a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a",
"String[] args",
"args",
"public class Main {\npublic static void main(String[] args){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}\n}",
"public class Main {\npublic static void main(String[] args){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\ta = a * a * a;\n\t\tSystem.out.println(a);\n\t\t\n\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
a = a * a * a;
System.out.println(a);
}
}
|
[
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 public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }\n}\n\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int num = scan.nextInt();",
"num",
"scan.nextInt()",
"scan.nextInt",
"scan",
"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 public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n System.out.println((int)Math.pow(num, 3));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int num = scan.nextInt();
System.out.println((int)Math.pow(num, 3));
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
41,
13,
17,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
2,
2,
13,
13,
13,
12,
13,
30,
0,
13,
2,
18,
13,
13,
17,
41,
13,
4,
18,
13,
4,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
2,
2,
2,
13,
13,
17,
17,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
14,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
99,
14
],
[
99,
15
],
[
15,
16
],
[
15,
17
],
[
99,
18
],
[
18,
19
],
[
18,
20
],
[
99,
21
],
[
21,
22
],
[
21,
23
],
[
99,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
26,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
36,
36
],
[
36,
37
],
[
36,
38
],
[
36,
39
],
[
99,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
42,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
42,
55
],
[
55,
56
],
[
42,
57
],
[
57,
58
],
[
58,
59
],
[
42,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
42,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
42,
74
],
[
74,
75
],
[
75,
76
],
[
42,
77
],
[
77,
78
],
[
78,
79
],
[
40,
80
],
[
80,
81
],
[
99,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
82,
96
],
[
96,
97
],
[
0,
98
],
[
98,
99
],
[
98,
100
]
] | [
"import java.util.*;\nimport java.io.*;\nimport java.awt.geom.*;\nimport java.math.*;\n \npublic class Main {\n \n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\tstatic boolean debug = false;\n \n\tstatic void solve() {\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}\n \n\tpublic static void main(String[] args) {\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n \n\tstatic void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import java.awt.geom.*;",
"geom.*",
"java.awt",
"import java.math.*;",
"math.*",
"java",
"public class Main {\n \n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\tstatic boolean debug = false;\n \n\tstatic void solve() {\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}\n \n\tpublic static void main(String[] args) {\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n \n\tstatic void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }\n}",
"Main",
"static final Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"static final PrintWriter out = new PrintWriter(System.out,false);",
"out",
"new PrintWriter(System.out,false)",
"static boolean debug = false;",
"debug",
"false",
"static void solve() {\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}",
"solve",
"{\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}",
"int x=in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"out.println(x*x*x)",
"out.println",
"out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"public static void main(String[] args) {\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"main",
"{\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"debug = args.length > 0",
"debug",
"args.length > 0",
"args.length",
"args",
"args.length",
"0",
"long start = System.nanoTime();",
"start",
"System.nanoTime()",
"System.nanoTime",
"System",
"solve()",
"solve",
"out.flush()",
"out.flush",
"out",
"long end = System.nanoTime();",
"end",
"System.nanoTime()",
"System.nanoTime",
"System",
"dump((end - start) / 1000000 + \" ms\")",
"dump",
"(end - start) / 1000000 + \" ms\"",
"(end - start) / 1000000",
"(end - start)",
"end",
"start",
"1000000",
"\" ms\"",
"in.close()",
"in.close",
"in",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }",
"dump",
"{ if (debug) System.err.println(Arrays.deepToString(o)); }",
"if (debug) System.err.println(Arrays.deepToString(o));",
"debug",
"System.err.println(Arrays.deepToString(o))",
"System.err.println",
"System.err",
"System",
"System.err",
"Arrays.deepToString(o)",
"Arrays.deepToString",
"Arrays",
"o",
"Object... o",
"o",
"public class Main {\n \n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\tstatic boolean debug = false;\n \n\tstatic void solve() {\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}\n \n\tpublic static void main(String[] args) {\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n \n\tstatic void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }\n}",
"public class Main {\n \n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\tstatic boolean debug = false;\n \n\tstatic void solve() {\n\t\tint x=in.nextInt();\n\t\tout.println(x*x*x);\n\t}\n \n\tpublic static void main(String[] args) {\n\t\tdebug = args.length > 0;\n\t\tlong start = System.nanoTime();\n \n\t\tsolve();\n\t\tout.flush();\n \n\t\tlong end = System.nanoTime();\n\t\tdump((end - start) / 1000000 + \" ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n \n\tstatic void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }\n}",
"Main"
] | import java.util.*;
import java.io.*;
import java.awt.geom.*;
import java.math.*;
public class Main {
static final Scanner in = new Scanner(System.in);
static final PrintWriter out = new PrintWriter(System.out,false);
static boolean debug = false;
static void solve() {
int x=in.nextInt();
out.println(x*x*x);
}
public static void main(String[] args) {
debug = args.length > 0;
long start = System.nanoTime();
solve();
out.flush();
long end = System.nanoTime();
dump((end - start) / 1000000 + " ms");
in.close();
out.close();
}
static void dump(Object... o) { if (debug) System.err.println(Arrays.deepToString(o)); }
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
17,
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
],
[
13,
14
],
[
6,
15
],
[
15,
16
],
[
0,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
21,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
21,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
38,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args) {\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}\n}\n\t\n\nclass Cube{\n\tpublic void num(){\n\n\t\tString\ti = new Scanner(System.in).nextLine();\n\t\tint number = Integer.parseInt(i);\n\t\tSystem.out.println((int)Math.pow(number,3));\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args) {\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}",
"main",
"{\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}",
"Cube test = new Cube();",
"test",
"new Cube()",
"test.num()",
"test.num",
"test",
"String[] args",
"args",
"class Cube{\n\tpublic void num(){\n\n\t\tString\ti = new Scanner(System.in).nextLine();\n\t\tint number = Integer.parseInt(i);\n\t\tSystem.out.println((int)Math.pow(number,3));\n\n\t}\n}",
"Cube",
"public void num(){\n\n\t\tString\ti = new Scanner(System.in).nextLine();\n\t\tint number = Integer.parseInt(i);\n\t\tSystem.out.println((int)Math.pow(number,3));\n\n\t}",
"num",
"{\n\n\t\tString\ti = new Scanner(System.in).nextLine();\n\t\tint number = Integer.parseInt(i);\n\t\tSystem.out.println((int)Math.pow(number,3));\n\n\t}",
"String\ti = new Scanner(System.in).nextLine();",
"i",
"new Scanner(System.in).nextLine()",
"new Scanner(System.in).nextLine",
"new Scanner(System.in)",
"int number = Integer.parseInt(i);",
"number",
"Integer.parseInt(i)",
"Integer.parseInt",
"Integer",
"i",
"System.out.println((int)Math.pow(number,3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(number,3)",
"Math.pow",
"Math",
"number",
"3",
"public class Main{\n\tpublic static void main(String[] args) {\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) {\n\t\tCube test = new Cube();\n\t\ttest.num();\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Cube test = new Cube();
test.num();
}
}
class Cube{
public void num(){
String i = new Scanner(System.in).nextLine();
int number = Integer.parseInt(i);
System.out.println((int)Math.pow(number,3));
}
} |
[
7,
15,
13,
17,
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
],
[
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
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
9,
33
],
[
33,
34
]
] | [
"import java.io.*;\nimport java.util.*;\n\n\nclass Main{\n public static void main(String[] args)throws Exception{\n Scanner cin=new Scanner(System.in);\n int a=cin.nextInt();\n int b = a*a*a;\n System.out.println(b);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args)throws Exception{\n Scanner cin=new Scanner(System.in);\n int a=cin.nextInt();\n int b = a*a*a;\n System.out.println(b);\n }\n}",
"Main",
"public static void main(String[] args)throws Exception{\n Scanner cin=new Scanner(System.in);\n int a=cin.nextInt();\n int b = a*a*a;\n System.out.println(b);\n }",
"main",
"{\n Scanner cin=new Scanner(System.in);\n int a=cin.nextInt();\n int b = a*a*a;\n System.out.println(b);\n }",
"Scanner cin=new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int a=cin.nextInt();",
"a",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int b = a*a*a;",
"b",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"System.out.println(b)",
"System.out.println",
"System.out",
"System",
"System.out",
"b",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args)throws Exception{
Scanner cin=new Scanner(System.in);
int a=cin.nextInt();
int b = a*a*a;
System.out.println(b);
}
} |
[
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,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
4,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
27,
33
],
[
33,
34
]
] | [
"import java.util.*;\nclass Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint a=sc.nextInt();\n\tSystem.out.println(a*a*a);\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint a=sc.nextInt();\n\tSystem.out.println(a*a*a);\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"Main",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"void main(){\n\tint a=sc.nextInt();\n\tSystem.out.println(a*a*a);\n }",
"main",
"{\n\tint a=sc.nextInt();\n\tSystem.out.println(a*a*a);\n }",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"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[]ag){\n\tnew Main().main();\n }",
"main",
"{\n\tnew Main().main();\n }",
"new Main().main()",
"new Main().main",
"new Main()",
"String[]ag",
"ag"
] | import java.util.*;
class Main{
Scanner sc=new Scanner(System.in);
void main(){
int a=sc.nextInt();
System.out.println(a*a*a);
}
public static void main(String[]ag){
new Main().main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
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
],
[
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
],
[
22,
22
],
[
22,
23
],
[
22,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
6,
32
],
[
32,
33
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String args[]){\n\t\tint x;\n\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint val = scan.nextInt();\n\t\tval = val * val * val;\n\t\tSystem.out.println(val);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String args[]){\n\t\tint x;\n\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint val = scan.nextInt();\n\t\tval = val * val * val;\n\t\tSystem.out.println(val);\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tint x;\n\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint val = scan.nextInt();\n\t\tval = val * val * val;\n\t\tSystem.out.println(val);\n\t}",
"main",
"{\n\t\tint x;\n\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint val = scan.nextInt();\n\t\tval = val * val * val;\n\t\tSystem.out.println(val);\n\t}",
"int x;",
"x",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int val = scan.nextInt();",
"val",
"scan.nextInt()",
"scan.nextInt",
"scan",
"val = val * val * val",
"val",
"val * val * val",
"val * val * val",
"val",
"val",
"val",
"System.out.println(val)",
"System.out.println",
"System.out",
"System",
"System.out",
"val",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String args[]){
int x;
Scanner scan = new Scanner(System.in);
int val = scan.nextInt();
val = val * val * val;
System.out.println(val);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
2,
2,
13,
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
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
15,
16
],
[
12,
17
],
[
17,
18
],
[
17,
19
],
[
12,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
12,
25
],
[
25,
26
],
[
25,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
12,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
4,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
38,
44
],
[
44,
45
]
] | [
"import java.util.Scanner;\n\nclass Main{\n int x, y;\n \n public void solve(){\n int a, b;\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x*x*x;\n \n System.out.println(y);\n \n }\n \n public static void main(String[] args){\n new Main().solve();\n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int x, y;\n \n public void solve(){\n int a, b;\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x*x*x;\n \n System.out.println(y);\n \n }\n \n public static void main(String[] args){\n new Main().solve();\n }\n \n}",
"Main",
"int x",
"x",
"y;",
"y",
"public void solve(){\n int a, b;\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x*x*x;\n \n System.out.println(y);\n \n }",
"solve",
"{\n int a, b;\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x*x*x;\n \n System.out.println(y);\n \n }",
"int a",
"a",
"b;",
"b",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y = x*x*x",
"y",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"public static void main(String[] args){\n new Main().solve();\n }",
"main",
"{\n new Main().solve();\n }",
"new Main().solve()",
"new Main().solve",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int x, y;
public void solve(){
int a, b;
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
y = x*x*x;
System.out.println(y);
}
public static void main(String[] args){
new Main().solve();
}
} |
[
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,
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
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
4,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
27,
33
],
[
33,
34
]
] | [
"import java.util.Scanner;\nclass Main {\n\tpublic void cubic() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint X = sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t}\n\tpublic static void main(String[] args){\n\tnew Main().cubic();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic void cubic() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint X = sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t}\n\tpublic static void main(String[] args){\n\tnew Main().cubic();\n\t}\n}",
"Main",
"public void cubic() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint X = sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t}",
"cubic",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint X = sc.nextInt();\n\t\tSystem.out.println(X*X*X);\n\t}",
"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 static void main(String[] args){\n\tnew Main().cubic();\n\t}",
"main",
"{\n\tnew Main().cubic();\n\t}",
"new Main().cubic()",
"new Main().cubic",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public void cubic() {
Scanner sc = new Scanner(System.in);
int X = sc.nextInt();
System.out.println(X*X*X);
}
public static void main(String[] args){
new Main().cubic();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
14,
40,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
3,
4,
18,
13,
4,
18,
18,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
16,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
24,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
32,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
38,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
51,
54
],
[
31,
55
],
[
16,
56
],
[
56,
57
],
[
57,
58
],
[
16,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
9,
64
],
[
64,
65
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}",
"main",
"{\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}",
"try (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}",
"catch (Exception e) {\n\n\t\t}",
"Exception e",
"{\n\n\t\t}",
"{\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tstdReader.close();\n\t\t\tSystem.out.println();\n\t\t}",
"BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"String line = null;",
"line",
"null",
"while ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"(line = stdReader.readLine()) != null",
"(line = stdReader.readLine())",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"if (!line.equals(\"\")) {\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}",
"!line.equals(\"\")",
"line.equals(\"\")",
"line.equals",
"line",
"\"\"",
"{\n\t\t\t\t\tint i = Integer.parseInt(line);\n\t\t\t\t\tSystem.out.print(i * i * i);\n\t\t\t\t}",
"int i = Integer.parseInt(line);",
"i",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.print(i * i * i)",
"System.out.print",
"System.out",
"System",
"System.out",
"i * i * i",
"i * i * i",
"i",
"i",
"i",
"break;",
"stdReader.close()",
"stdReader.close",
"stdReader",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
try (BufferedReader stdReader = new BufferedReader(
new InputStreamReader(System.in))) {
String line = null;
while ((line = stdReader.readLine()) != null) {
if (!line.equals("")) {
int i = Integer.parseInt(line);
System.out.print(i * i * i);
}
break;
}
stdReader.close();
System.out.println();
} catch (Exception e) {
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
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
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
34,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
6,
45
],
[
45,
46
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String args[]) throws IOException{\n\n\tint x=0;\n\tint syo=0;\n\n\tInputStreamReader i = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(i);\n\n\tString buf = br.readLine();\n\tx = Integer.parseInt(buf);\n\tsyo = (int)Math.pow(x,3);\n\n\tSystem.out.println(syo);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String args[]) throws IOException{\n\n\tint x=0;\n\tint syo=0;\n\n\tInputStreamReader i = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(i);\n\n\tString buf = br.readLine();\n\tx = Integer.parseInt(buf);\n\tsyo = (int)Math.pow(x,3);\n\n\tSystem.out.println(syo);\n }\n}",
"Main",
"public static void main(String args[]) throws IOException{\n\n\tint x=0;\n\tint syo=0;\n\n\tInputStreamReader i = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(i);\n\n\tString buf = br.readLine();\n\tx = Integer.parseInt(buf);\n\tsyo = (int)Math.pow(x,3);\n\n\tSystem.out.println(syo);\n }",
"main",
"{\n\n\tint x=0;\n\tint syo=0;\n\n\tInputStreamReader i = new InputStreamReader(System.in);\n\tBufferedReader br = new BufferedReader(i);\n\n\tString buf = br.readLine();\n\tx = Integer.parseInt(buf);\n\tsyo = (int)Math.pow(x,3);\n\n\tSystem.out.println(syo);\n }",
"int x=0;",
"x",
"0",
"int syo=0;",
"syo",
"0",
"InputStreamReader i = new InputStreamReader(System.in);",
"i",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(i);",
"br",
"new BufferedReader(i)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"x = Integer.parseInt(buf)",
"x",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"syo = (int)Math.pow(x,3)",
"syo",
"(int)Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(syo)",
"System.out.println",
"System.out",
"System",
"System.out",
"syo",
"String args[]",
"args"
] | import java.io.*;
class Main{
public static void main(String args[]) throws IOException{
int x=0;
int syo=0;
InputStreamReader i = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(i);
String buf = br.readLine();
x = Integer.parseInt(buf);
syo = (int)Math.pow(x,3);
System.out.println(syo);
}
} |
[
7,
15,
13,
17,
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
],
[
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
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
9,
30
],
[
30,
31
]
] | [
"import java.io.*;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(x*x*x);\n }\n} ",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(x*x*x);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(x*x*x);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n System.out.println(x*x*x);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"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.*;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int x = in.nextInt();
System.out.println(x*x*x);
}
} |
[
7,
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,
4,
18,
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
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
8,
27
],
[
27,
28
],
[
28,
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\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"System.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(Integer.parseInt(scan.next()), 3)",
"Math.pow",
"Math",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"3",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));\n\t\tscan.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println((int)Math.pow(Integer.parseInt(scan.next()), 3));
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{\n\tpublic static void main (String[] args) throws java.lang.Exception\n {\n\t\tScanner cin = new Scanner(System.in);\n\t\tint x = cin.nextInt();\n\t\t\n\t\tSystem.out.println(x * x * x);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n {\n\t\tScanner cin = new Scanner(System.in);\n\t\tint x = cin.nextInt();\n\t\t\n\t\tSystem.out.println(x * x * x);\n }\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n {\n\t\tScanner cin = new Scanner(System.in);\n\t\tint x = cin.nextInt();\n\t\t\n\t\tSystem.out.println(x * x * x);\n }",
"main",
"{\n\t\tScanner cin = new Scanner(System.in);\n\t\tint x = cin.nextInt();\n\t\t\n\t\tSystem.out.println(x * x * x);\n }",
"Scanner cin = new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int x = cin.nextInt();",
"x",
"cin.nextInt()",
"cin.nextInt",
"cin",
"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.util.Scanner;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner cin = new Scanner(System.in);
int x = cin.nextInt();
System.out.println(x * x * x);
}
} |
[
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,
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
],
[
6,
42
],
[
42,
43
]
] | [
"import java.io.*;\n\nclass Main\n{\n public static void main(String args[])\n {\n int num;\n String buf;\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n } catch(Exception e) {}\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String args[])\n {\n int num;\n String buf;\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n } catch(Exception e) {}\n }\n}",
"Main",
"public static void main(String args[])\n {\n int num;\n String buf;\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n } catch(Exception e) {}\n }",
"main",
"{\n int num;\n String buf;\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n } catch(Exception e) {}\n }",
"int num;",
"num",
"String buf;",
"buf",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n } catch(Exception e) {}",
"catch(Exception e) {}",
"Exception e",
"{}",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n buf = br.readLine();\n num = Integer.parseInt(buf);\n System.out.println(num * num * num);\n }",
"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.println(num * num * num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num * num * num",
"num * num * num",
"num",
"num",
"num",
"String args[]",
"args"
] | import java.io.*;
class Main
{
public static void main(String args[])
{
int num;
String buf;
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
buf = br.readLine();
num = Integer.parseInt(buf);
System.out.println(num * num * num);
} 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,
41,
13,
17,
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
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
29,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
]
] | [
"import java.io.*;\nclass Main{\n public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String hoge = input.readLine();\n int x = Integer.parseInt(hoge);\n int ans=0;\n \n ans = x*x*x;\n \n System.out.println(ans);\n }\n}\n ",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String hoge = input.readLine();\n int x = Integer.parseInt(hoge);\n int ans=0;\n \n ans = x*x*x;\n \n System.out.println(ans);\n }\n}",
"Main",
"public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String hoge = input.readLine();\n int x = Integer.parseInt(hoge);\n int ans=0;\n \n ans = x*x*x;\n \n System.out.println(ans);\n }",
"main",
"{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String hoge = input.readLine();\n int x = Integer.parseInt(hoge);\n int ans=0;\n \n ans = x*x*x;\n \n System.out.println(ans);\n }",
"BufferedReader input = new BufferedReader(new InputStreamReader(System.in));",
"input",
"new BufferedReader(new InputStreamReader(System.in))",
"String hoge = input.readLine();",
"hoge",
"input.readLine()",
"input.readLine",
"input",
"int x = Integer.parseInt(hoge);",
"x",
"Integer.parseInt(hoge)",
"Integer.parseInt",
"Integer",
"hoge",
"int ans=0;",
"ans",
"0",
"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.*;
class Main{
public static void main(String[] args)throws java.io.IOException{
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
String hoge = input.readLine();
int x = Integer.parseInt(hoge);
int ans=0;
ans = x*x*x;
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,
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\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println((int)Math.pow(x, 3.0))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(x, 3.0)",
"Math.pow",
"Math",
"x",
"3.0",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tSystem.out.println((int)Math.pow(x, 3.0));\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int x = scanner.nextInt();
System.out.println((int)Math.pow(x, 3.0));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
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
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.io.*;\n\npublic class Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }",
"main",
"{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int x = Integer.parseInt(br.readLine());",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"double ans = Math.pow(x, 3);",
"ans",
"Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println((int)ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)ans",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }\n}",
"public class Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int x = Integer.parseInt(br.readLine());\n\n double ans = Math.pow(x, 3);\n System.out.println((int)ans);\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int x = Integer.parseInt(br.readLine());
double ans = Math.pow(x, 3);
System.out.println((int)ans);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
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
],
[
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
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n static public void main(String args[]){\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n static public void main(String args[]){\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }\n}",
"Main",
"static public void main(String args[]){\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }",
"main",
"{\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int result = 0;",
"result",
"0",
"result = (int)Math.pow(x,3)",
"result",
"(int)Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String args[]",
"args",
"public class Main {\n static public void main(String args[]){\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }\n}",
"public class Main {\n static public void main(String args[]){\n \tScanner scan = new Scanner(System.in);\n \t\n \tint x = scan.nextInt();\n \t\n \tint result = 0;\n \t\n \tresult = (int)Math.pow(x,3);\n \tSystem.out.println(result);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
static public void main(String args[]){
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
int result = 0;
result = (int)Math.pow(x,3);
System.out.println(result);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
0,
13,
17,
30,
41,
13,
4,
18,
13,
0,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
56,
8
],
[
56,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
25,
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
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
42,
46
],
[
11,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
9,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}\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){\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}",
"main",
"{\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"int no=0;",
"no",
"0",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}",
"catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}",
"Exception e",
"{\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}",
"no = 0",
"no",
"0",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"no = Integer.parseInt(buf)",
"no",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"int Ans=(int)Math.pow(no, 3.0);",
"Ans",
"(int)Math.pow(no, 3.0)",
"Math.pow",
"Math",
"no",
"3.0",
"System.out.println(Ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"Ans",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tint no=0;\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tno = Integer.parseInt(buf);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tno = 0;\n\n\t\t}\n\t\tint Ans=(int)Math.pow(no, 3.0);\n\n\t\tSystem.out.println(Ans);\n\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args){
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
int no=0;
try {
String buf = br.readLine();
no = Integer.parseInt(buf);
} catch (Exception e) {
// TODO: handle exception
no = 0;
}
int Ans=(int)Math.pow(no, 3.0);
System.out.println(Ans);
}
} |
[
7,
15,
13,
17,
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
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
14,
19
],
[
20,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
6,
24
],
[
24,
25
]
] | [
"import java.util.*;class Main{public static void main(String[]args){int x=new Scanner(System.in).nextInt();System.out.println(x*x*x);}}",
"import java.util.*;",
"util.*",
"java",
"class Main{public static void main(String[]args){int x=new Scanner(System.in).nextInt();System.out.println(x*x*x);}}",
"Main",
"public static void main(String[]args){int x=new Scanner(System.in).nextInt();System.out.println(x*x*x);}",
"main",
"{int x=new Scanner(System.in).nextInt();System.out.println(x*x*x);}",
"int x=new Scanner(System.in).nextInt();",
"x",
"new Scanner(System.in).nextInt()",
"new Scanner(System.in).nextInt",
"new Scanner(System.in)",
"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.util.*;class Main{public static void main(String[]args){int x=new Scanner(System.in).nextInt();System.out.println(x*x*x);}} |
[
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,
2,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
35,
5
],
[
35,
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
],
[
29,
30
],
[
29,
31
],
[
6,
32
],
[
32,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}\n}",
"Main",
"public static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int i = scan.nextInt();",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int ans = i * i * i;",
"ans",
"i * i * i",
"i * i * i",
"i",
"i",
"i",
"System.out.println(\"\"+ ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+ ans",
"\"\"",
"ans",
"String args []",
"args",
"public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint ans = i * i * i;\n\t\t\tSystem.out.println(\"\"+ ans);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args []){
Scanner scan = new Scanner(System.in);
int i = scan.nextInt();
int ans = i * i * i;
System.out.println(""+ ans);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
4,
18,
20,
0,
13,
4,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
55,
2
],
[
55,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
9,
14
],
[
14,
15
],
[
14,
16
],
[
9,
17
],
[
17,
18
],
[
18,
19
],
[
9,
20
],
[
21,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
5,
27
],
[
27,
28
],
[
3,
29
],
[
29,
30
],
[
55,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
33,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
33,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
31,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"\npublic class Main {\n\n\tpublic static int calc(int num){\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\n\t\t}\n\t\treturn ans;\n\t}\n\n\tpublic static void main(String[] args){\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main {\n\n\tpublic static int calc(int num){\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\n\t\t}\n\t\treturn ans;\n\t}\n\n\tpublic static void main(String[] args){\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}\n}",
"Main",
"public static int calc(int num){\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\n\t\t}\n\t\treturn ans;\n\t}",
"calc",
"{\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\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 = ans * num;\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tans = ans * num;\n\t\t}",
"{\n\t\t\tans = ans * num;\n\t\t}",
"ans = ans * num",
"ans",
"ans * num",
"ans",
"num",
"return ans;",
"ans",
"int num",
"num",
"public static void main(String[] args){\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}",
"int result;",
"result",
"int number = new java.util.Scanner(System.in).nextInt();",
"number",
"new java.util.Scanner(System.in).nextInt()",
"new java.util.Scanner(System.in).nextInt",
"new java.util.Scanner(System.in)",
"result = calc(number)",
"result",
"calc(number)",
"calc",
"number",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\n\tpublic static int calc(int num){\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\n\t\t}\n\t\treturn ans;\n\t}\n\n\tpublic static void main(String[] args){\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main {\n\n\tpublic static int calc(int num){\n\t\tint ans = 1;\n\t\tfor(int i=0;i<3;i++){\n\t\t\tans = ans * num;\n\t\t}\n\t\treturn ans;\n\t}\n\n\tpublic static void main(String[] args){\n\t\tint result;\n\n\t\t//System.out.print(\"You input any number : \");\n\t\tint number = new java.util.Scanner(System.in).nextInt();\n\t\t//System.out.print(\"You input repeat times : \");\n\t\t//double repeat = new java.util.Scanner(System.in).nextInt();\n\t\tresult = calc(number);\n\t\tSystem.out.println(result);\n\t}\n}",
"Main"
] |
public class Main {
public static int calc(int num){
int ans = 1;
for(int i=0;i<3;i++){
ans = ans * num;
}
return ans;
}
public static void main(String[] args){
int result;
//System.out.print("You input any number : ");
int number = new java.util.Scanner(System.in).nextInt();
//System.out.print("You input repeat times : ");
//double repeat = new java.util.Scanner(System.in).nextInt();
result = calc(number);
System.out.println(result);
}
} |
[
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,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
13,
29,
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
],
[
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
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
6,
36
],
[
36,
37
],
[
4,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
40,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
48,
52
],
[
38,
53
],
[
53,
54
]
] | [
"\nimport java.io.*;\n\n/**\n * ??´??°?????\\??? \"x\" ????????????x???3????????????????????????\n * (1 ??? x ??? 100)\n * \n * (ex)\n * 1 -> 1\n * 3 -> 27\n * 100 -> 1000000\n * \n * @author shirakawa_d\n */\nclass Main {\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String line = br.readLine();\n System.out.println(getCubicOf(line));\n } catch (Exception e) {\n System.out.println(e);\n }\n }\n\n /**\n * @param line\n * ??´??°x?????\\???\n * @return x???3???\n */\n private static long getCubicOf(String line) {\n long x = Long.parseLong(line);\n return (long)Math.pow(x, 3);\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\n String line = br.readLine();\n System.out.println(getCubicOf(line));\n } catch (Exception e) {\n System.out.println(e);\n }\n }\n\n /**\n * @param line\n * ??´??°x?????\\???\n * @return x???3???\n */\n private static long getCubicOf(String line) {\n long x = Long.parseLong(line);\n return (long)Math.pow(x, 3);\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String line = br.readLine();\n System.out.println(getCubicOf(line));\n } catch (Exception e) {\n System.out.println(e);\n }\n }",
"main",
"{\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String line = br.readLine();\n System.out.println(getCubicOf(line));\n } catch (Exception e) {\n System.out.println(e);\n }\n }",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String line = br.readLine();\n System.out.println(getCubicOf(line));\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\n String line = br.readLine();\n System.out.println(getCubicOf(line));\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",
"System.out.println(getCubicOf(line))",
"System.out.println",
"System.out",
"System",
"System.out",
"getCubicOf(line)",
"getCubicOf",
"line",
"String[] args",
"args",
"/**\n * @param line\n * ??´??°x?????\\???\n * @return x???3???\n */\n private static long getCubicOf(String line) {\n long x = Long.parseLong(line);\n return (long)Math.pow(x, 3);\n }",
"getCubicOf",
"{\n long x = Long.parseLong(line);\n return (long)Math.pow(x, 3);\n }",
"long x = Long.parseLong(line);",
"x",
"Long.parseLong(line)",
"Long.parseLong",
"Long",
"line",
"return (long)Math.pow(x, 3);",
"(long)Math.pow(x, 3)",
"Math.pow",
"Math",
"x",
"3",
"String line",
"line"
] |
import java.io.*;
/**
* ??´??°?????\??? "x" ????????????x???3????????????????????????
* (1 ??? x ??? 100)
*
* (ex)
* 1 -> 1
* 3 -> 27
* 100 -> 1000000
*
* @author shirakawa_d
*/
class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
System.out.println(getCubicOf(line));
} catch (Exception e) {
System.out.println(e);
}
}
/**
* @param line
* ??´??°x?????\???
* @return x???3???
*/
private static long getCubicOf(String line) {
long x = Long.parseLong(line);
return (long)Math.pow(x, 3);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
4,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
42,
8
],
[
42,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
25,
25
],
[
25,
26
],
[
25,
27
],
[
25,
28
],
[
9,
29
],
[
29,
30
],
[
42,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\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\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}",
"main",
"{\n\t\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}",
"int x = Integer.valueOf(inp());",
"x",
"Integer.valueOf(inp())",
"Integer.valueOf",
"Integer",
"inp()",
"inp",
"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",
"private static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}",
"inp",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tint x = Integer.valueOf(inp());\n\t\tSystem.out.println(x * x * x);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
int x = Integer.valueOf(inp());
System.out.println(x * x * x);
}
private static String inp() throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
return br.readLine();
}
} |
[
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,
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
],
[
6,
30
],
[
30,
31
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(a*a*a);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(a*a*a);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(a*a*a);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int 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[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int a = Integer.parseInt(br.readLine());
System.out.println(a*a*a);
}
} |
[
7,
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,
4,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
28,
32
],
[
9,
33
],
[
33,
34
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println((int)Math.pow(a, 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\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a = Integer.parseInt(br.readLine());\n\t\tSystem.out.println((int)Math.pow(a, 3));\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int a = Integer.parseInt(br.readLine());",
"a",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"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.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int a = Integer.parseInt(br.readLine());
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,
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.*;\n\npublic class Main {\n\t\n\tpublic static void main(String [] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\t\n\tpublic static void main(String [] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}\n}",
"Main",
"public static void main(String [] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int i = in.nextInt();",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"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\t\n\tpublic static void main(String [] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}\n}",
"public class Main {\n\t\n\tpublic static void main(String [] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint i = in.nextInt();\n\t\t\n\t\tSystem.out.println((int)Math.pow(i, 3));\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String [] args) {
Scanner in = new Scanner(System.in);
int i = in.nextInt();
System.out.println((int)Math.pow(i, 3));
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
29,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
4,
18,
13,
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
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
4,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
27,
27
],
[
27,
28
],
[
27,
29
],
[
27,
30
],
[
22,
31
],
[
31,
32
],
[
4,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
33,
42
],
[
42,
43
],
[
0,
44
],
[
76,
45
],
[
76,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
48,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
48,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
48,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
46,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\n\nclass AskCubeOfX {\n \n public int Input() {\n \n int x = 0;\n Scanner in = new Scanner(System.in);\n \n x = in.nextInt();\n \n return x;\n }\n \n public int askCube(int x) {\n return x * x * x;\n }\n \n public void Print(int cube) {\n System.out.println(cube);\n }\n}\n\npublic class Main {\n\n /**\n * @param args the command line arguments\n */\n public static void main(String[] args) {\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class AskCubeOfX {\n \n public int Input() {\n \n int x = 0;\n Scanner in = new Scanner(System.in);\n \n x = in.nextInt();\n \n return x;\n }\n \n public int askCube(int x) {\n return x * x * x;\n }\n \n public void Print(int cube) {\n System.out.println(cube);\n }\n}",
"AskCubeOfX",
"public int Input() {\n \n int x = 0;\n Scanner in = new Scanner(System.in);\n \n x = in.nextInt();\n \n return x;\n }",
"Input",
"{\n \n int x = 0;\n Scanner in = new Scanner(System.in);\n \n x = in.nextInt();\n \n return x;\n }",
"int x = 0;",
"x",
"0",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"x = in.nextInt()",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"return x;",
"x",
"public int askCube(int x) {\n return x * x * x;\n }",
"askCube",
"{\n return x * x * x;\n }",
"return x * x * x;",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"int x",
"x",
"public void Print(int cube) {\n System.out.println(cube);\n }",
"Print",
"{\n System.out.println(cube);\n }",
"System.out.println(cube)",
"System.out.println",
"System.out",
"System",
"System.out",
"cube",
"int cube",
"cube",
"public class Main {\n\n /**\n * @param args the command line arguments\n */\n public static void main(String[] args) {\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }\n}",
"Main",
"/**\n * @param args the command line arguments\n */\n public static void main(String[] args) {\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }",
"main",
"{\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }",
"int x = 0",
"x",
"0",
"cube = 0;",
"cube",
"0",
"AskCubeOfX test = new AskCubeOfX();",
"test",
"new AskCubeOfX()",
"x = test.Input()",
"x",
"test.Input()",
"test.Input",
"test",
"cube = test.askCube(x)",
"cube",
"test.askCube(x)",
"test.askCube",
"test",
"x",
"test.Print(cube)",
"test.Print",
"test",
"cube",
"String[] args",
"args",
"public class Main {\n\n /**\n * @param args the command line arguments\n */\n public static void main(String[] args) {\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }\n}",
"public class Main {\n\n /**\n * @param args the command line arguments\n */\n public static void main(String[] args) {\n \n int x = 0, cube = 0;\n \n AskCubeOfX test = new AskCubeOfX();\n \n x = test.Input();\n \n cube = test.askCube(x);\n \n test.Print(cube);\n }\n}",
"Main"
] | import java.util.Scanner;
class AskCubeOfX {
public int Input() {
int x = 0;
Scanner in = new Scanner(System.in);
x = in.nextInt();
return x;
}
public int askCube(int x) {
return x * x * x;
}
public void Print(int cube) {
System.out.println(cube);
}
}
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int x = 0, cube = 0;
AskCubeOfX test = new AskCubeOfX();
x = test.Input();
cube = test.askCube(x);
test.Print(cube);
}
} |
[
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\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\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\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[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\n\n\n\t}\n\n}",
"Main",
"public static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\n\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\n\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int inputNum = Integer.parseInt(br.readLine());",
"inputNum",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(inputNum * inputNum * inputNum)",
"System.out.println",
"System.out",
"System",
"System.out",
"inputNum * inputNum * inputNum",
"inputNum * inputNum * inputNum",
"inputNum",
"inputNum",
"inputNum",
"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\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\n\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputNum = Integer.parseInt(br.readLine());\n\n\t\tSystem.out.println(inputNum * inputNum * inputNum);\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[]) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int inputNum = Integer.parseInt(br.readLine());
System.out.println(inputNum * inputNum * inputNum);
}
} |
[
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.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int number = scanner.nextInt();",
"number",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println(number * number * number)",
"System.out.println",
"System.out",
"System",
"System.out",
"number * number * number",
"number * number * number",
"number",
"number",
"number",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint number = scanner.nextInt();\n\n\t\tSystem.out.println(number * number * number);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int number = scanner.nextInt();
System.out.println(number * number * number);
}
} |
[
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;\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\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{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}",
"main",
"{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}",
"BufferedReader r =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 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\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\t // ???????????\\????????????\n\t\t \n\t\t String s =r.readLine();\n\t\t int x = Integer.parseInt(s);\n\t\tSystem.out.println(x*x*x);\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{
BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);
// ???????????\????????????
String s =r.readLine();
int x = Integer.parseInt(s);
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
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
],
[
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
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
9,
30
],
[
30,
31
]
] | [
"import java.lang.*;\nimport java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int n = stdId.nextInt(); \n System.out.println((int)Math.pow(n,3));\n }\n}",
"import java.lang.*;",
"lang.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int n = stdId.nextInt(); \n System.out.println((int)Math.pow(n,3));\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int n = stdId.nextInt(); \n System.out.println((int)Math.pow(n,3));\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int n = stdId.nextInt(); \n System.out.println((int)Math.pow(n,3));\n }",
"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.lang.*;
import java.util.*;
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,
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
],
[
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
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
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\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 num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\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 num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\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 num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String num_ = br.readLine();",
"num_",
"br.readLine()",
"br.readLine",
"br",
"int num = Integer.parseInt(num_);",
"num",
"Integer.parseInt(num_)",
"Integer.parseInt",
"Integer",
"num_",
"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)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\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 num_ = br.readLine();\n\t\tint num = Integer.parseInt(num_);\n\t\tnum = num*num*num;\n\t\tSystem.out.println(num);\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 num_ = br.readLine();
int num = Integer.parseInt(num_);
num = num*num*num;
System.out.println(num);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
25,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
20,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
6,
42
],
[
42,
43
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String args[]) {\n Scanner stdIn = new Scanner(System.in);\n int n = stdIn.nextInt();\n int sum = 1;\n for(int i = 0; i < 3; i++){\n sum *= n;\n }\n System.out.println(sum);\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 int n = stdIn.nextInt();\n int sum = 1;\n for(int i = 0; i < 3; i++){\n sum *= n;\n }\n System.out.println(sum);\n }\n}",
"Main",
"public static void main(String args[]) {\n Scanner stdIn = new Scanner(System.in);\n int n = stdIn.nextInt();\n int sum = 1;\n for(int i = 0; i < 3; i++){\n sum *= n;\n }\n System.out.println(sum);\n }",
"main",
"{\n Scanner stdIn = new Scanner(System.in);\n int n = stdIn.nextInt();\n int sum = 1;\n for(int i = 0; i < 3; i++){\n sum *= n;\n }\n System.out.println(sum);\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int n = stdIn.nextInt();",
"n",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int sum = 1;",
"sum",
"1",
"for(int i = 0; i < 3; i++){\n sum *= n;\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n sum *= n;\n }",
"{\n sum *= n;\n }",
"sum *= n",
"sum",
"n",
"System.out.println(sum)",
"System.out.println",
"System.out",
"System",
"System.out",
"sum",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String args[]) {
Scanner stdIn = new Scanner(System.in);
int n = stdIn.nextInt();
int sum = 1;
for(int i = 0; i < 3; i++){
sum *= n;
}
System.out.println(sum);
}
} |
[
7,
15,
13,
17,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
36,
8
],
[
36,
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
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
9,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}\n\n}\n",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}",
"main",
"{\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int i = scan.nextInt();",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int ans = i*i*i;",
"ans",
"i*i*i",
"i*i*i",
"i",
"i",
"i",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\t\tint i = scan.nextInt();\n\t\tint ans = i*i*i;\n\t\tSystem.out.println(ans);\n\t}\n\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int i = scan.nextInt();
int ans = i*i*i;
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
9,
33
],
[
33,
34
]
] | [
"import java.util.*;\nimport java.lang.*;\n\nclass Main {\n\tpublic static void main(String[] args ) throws java.lang.Exception{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = (int)Math.pow(x,3);\n\t\tSystem.out.println(y);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"class Main {\n\tpublic static void main(String[] args ) throws java.lang.Exception{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\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 ) throws java.lang.Exception{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = (int)Math.pow(x,3);\n\t\tSystem.out.println(y);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = (int)Math.pow(x,3);\n\t\tSystem.out.println(y);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y = (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.*;
import java.lang.*;
class Main {
public static void main(String[] args ) throws java.lang.Exception{
Scanner in = new Scanner(System.in);
int x = in.nextInt();
int y = (int)Math.pow(x,3);
System.out.println(y);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
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
],
[
36,
5
],
[
36,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
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\tBufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tx = x*x*x;\n\t\tSystem.out.println(x);\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\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tx = x*x*x;\n\t\tSystem.out.println(x);\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tx = x*x*x;\n\t\tSystem.out.println(x);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tx = x*x*x;\n\t\tSystem.out.println(x);\n\t}",
"BufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));",
"br",
"new BufferedReader\n\t\t(new InputStreamReader(System.in))",
"int x = Integer.parseInt(br.readLine());",
"x",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"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)throws IOException{\n\t\tBufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\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)throws IOException{\n\t\tBufferedReader br = new BufferedReader\n\t\t(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tx = x*x*x;\n\t\tSystem.out.println(x);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader
(new InputStreamReader(System.in));
int x = Integer.parseInt(br.readLine());
x = x*x*x;
System.out.println(x);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
27,
2
],
[
27,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
5,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
14,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
19,
23
],
[
3,
24
],
[
24,
25
],
[
0,
26
],
[
26,
27
],
[
26,
28
]
] | [
"public class Main {\n public static void main(String[] args) {\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }\n}",
"public class Main {\n public static void main(String[] args) {\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }\n}",
"Main",
"public static void main(String[] args) {\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }",
"main",
"{\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }",
"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)",
"int b = 3;",
"b",
"3",
"System.out.println((int) Math.pow(a, b))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int) Math.pow(a, b)",
"Math.pow",
"Math",
"a",
"b",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }\n}",
"public class Main {\n public static void main(String[] args) {\n int a = new java.util.Scanner(System.in).nextInt();\n int b = 3;\n System.out.println((int) Math.pow(a, b));\n }\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
int a = new java.util.Scanner(System.in).nextInt();
int b = 3;
System.out.println((int) Math.pow(a, b));
}
} |
[
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
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"Integer 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\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n Integer x = Integer.parseInt(line);\n System.out.println((x * x * x));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
Integer x = Integer.parseInt(line);
System.out.println((x * x * x));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
14,
2,
13,
17,
30,
38,
5,
13,
30,
4,
18,
13,
30,
4,
18,
13,
30,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
70,
11
],
[
70,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
31,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
18,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
42,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
42,
54
],
[
54,
55
],
[
54,
56
],
[
57,
57
],
[
57,
58
],
[
57,
59
],
[
57,
60
],
[
42,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
12,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\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) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\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\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t}",
"if (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}",
"br != null",
"br",
"null",
"{\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}",
"try {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"IOException e",
"{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\t\t\tbr.close();\n\t\t\t\t}",
"br.close()",
"br.close",
"br",
"{\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t}",
"String s = br.readLine();",
"s",
"br.readLine()",
"br.readLine",
"br",
"int num = Integer.parseInt(s);",
"num",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"long ans = (long)num * num * num ;",
"ans",
"(long)num * num * num",
"(long)num * num * num",
"(long)num",
"num",
"num",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry {\n\n\t\t\tString s = br.readLine();\n\n\t\t\tint num = Integer.parseInt(s);\n\n\t\t\tlong ans = (long)num * num * num ;\n\n\t\t\tSystem.out.println(ans);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\tif (br != null) {\n\t\t\t\ttry {\n\t\t\t\t\tbr.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\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) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String s = br.readLine();
int num = Integer.parseInt(s);
long ans = (long)num * num * num ;
System.out.println(ans);
} catch (IOException e) {
e.printStackTrace();
} finally {
if (br != null) {
try {
br.close();
} catch (IOException e) {
e.printStackTrace();
}
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
20,
4,
18,
13,
4,
18,
20,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
9,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
6,
23
],
[
23,
24
],
[
46,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
46,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
39,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
34,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}",
"main",
"{\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}",
"System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())))",
"System.out.println",
"System.out",
"System",
"System.out",
"new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next()))",
"new Main().ITP1_1_B",
"new Main()",
"Integer.parseInt(new Scanner(System.in).next())",
"Integer.parseInt",
"Integer",
"new Scanner(System.in).next()",
"new Scanner(System.in).next",
"new Scanner(System.in)",
"String[] args",
"args",
"public void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"printHelloWorld",
"{\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"System.out.println(\"Hello World\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Hello World\"",
"public int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}",
"ITP1_1_B",
"{\n\t\treturn x*x*x;\n\t}",
"return x*x*x;",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"int x",
"x",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\tSystem.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
//new Main().printHelloWorld();
System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));
}
public void printHelloWorld(){
System.out.println("Hello World");
}
public int ITP1_1_B(int x){
return x*x*x;
}
} |
[
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;\npublic class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int i=scanner.nextInt();",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"i=i*i*i",
"i",
"i*i*i",
"i*i*i",
"i",
"i",
"i",
"System.out.println(i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i",
"String[] args",
"args",
"public class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }\n}",
"public class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n i=i*i*i;\n System.out.println(i);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
int i=scanner.nextInt();
i=i*i*i;
System.out.println(i);
}
} |
[
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{\npublic static void main(String [] args){\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\npublic static void main(String [] args){\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}\n}",
"Main",
"public static void main(String [] args){\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}",
"main",
"{\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int work = sc.nextInt();",
"work",
"sc.nextInt()",
"sc.nextInt",
"sc",
"work = work * work * work",
"work",
"work * work * work",
"work * work * work",
"work",
"work",
"work",
"System.out.println(work)",
"System.out.println",
"System.out",
"System",
"System.out",
"work",
"String [] args",
"args",
"public class Main{\npublic static void main(String [] args){\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}\n}",
"public class Main{\npublic static void main(String [] args){\nScanner sc = new Scanner(System.in);\nint work = sc.nextInt();\nwork = work * work * work;\nSystem.out.println(work);\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String [] args){
Scanner sc = new Scanner(System.in);
int work = sc.nextInt();
work = work * work * work;
System.out.println(work);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
9,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
16,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
37,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
6,
41
],
[
41,
42
]
] | [
"import java.io.*;\nclass Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\ttry{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\ttry{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\ttry{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\t\n\t\ttry{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"try{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString c = in.readLine();\n\t\t\t\n\t\t\t\t\tint num = Integer.parseInt(c);\n\t\t\n\t\tSystem.out.println(num*num*num);\n\t\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String c = in.readLine();",
"c",
"in.readLine()",
"in.readLine",
"in",
"int num = Integer.parseInt(c);",
"num",
"Integer.parseInt(c)",
"Integer.parseInt",
"Integer",
"c",
"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"
] | import java.io.*;
class Main{
public static void main(String[] args){
try{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String c = in.readLine();
int num = Integer.parseInt(c);
System.out.println(num*num*num);
}catch(IOException e){
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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
],
[
42,
8
],
[
42,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
29,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
11,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
9,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\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 String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\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",
"Integer num = Integer.parseInt(line);",
"num",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"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 public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n Integer num = Integer.parseInt(line);\n num = num * num * num;\n System.out.println(num);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
Integer num = Integer.parseInt(line);
num = num * num * num;
System.out.println(num);
}
} |
[
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 public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }\n}",
"Main",
"public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int i = sc.nextInt();",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"double d = Math.pow((double)i, 3.0);",
"d",
"Math.pow((double)i, 3.0)",
"Math.pow",
"Math",
"(double)i",
"3.0",
"System.out.println((int)d)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)d",
"String[] args",
"args",
"public class Main {\n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }\n}",
"public class Main {\n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n double d = Math.pow((double)i, 3.0);\n System.out.println((int)d);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main (String[] args) {
Scanner sc = new Scanner(System.in);
int i = sc.nextInt();
double d = Math.pow((double)i, 3.0);
System.out.println((int)d);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
17,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
13,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
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
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
30,
41
],
[
42,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
6,
52
],
[
52,
53
]
] | [
"import java.io.*;\nclass Main{\n\tpublic static void main (String[] args)throws IOException{\n\t\tint x, sum=0, i;\n\t\t\n\t\tBufferedReader d =new BufferedReader(new InputStreamReader(System.in));\n\t\tx = Integer.parseInt(d.readLine());\n\t\tsum =x;\n\t\t\n\t\tfor(i=1; i<3; i++){\n\t\t\tsum *= x;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main (String[] args)throws IOException{\n\t\tint x, sum=0, i;\n\t\t\n\t\tBufferedReader d =new BufferedReader(new InputStreamReader(System.in));\n\t\tx = Integer.parseInt(d.readLine());\n\t\tsum =x;\n\t\t\n\t\tfor(i=1; i<3; i++){\n\t\t\tsum *= x;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main",
"public static void main (String[] args)throws IOException{\n\t\tint x, sum=0, i;\n\t\t\n\t\tBufferedReader d =new BufferedReader(new InputStreamReader(System.in));\n\t\tx = Integer.parseInt(d.readLine());\n\t\tsum =x;\n\t\t\n\t\tfor(i=1; i<3; i++){\n\t\t\tsum *= x;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"main",
"{\n\t\tint x, sum=0, i;\n\t\t\n\t\tBufferedReader d =new BufferedReader(new InputStreamReader(System.in));\n\t\tx = Integer.parseInt(d.readLine());\n\t\tsum =x;\n\t\t\n\t\tfor(i=1; i<3; i++){\n\t\t\tsum *= x;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"int x",
"x",
"sum=0",
"sum",
"0",
"i;",
"i",
"BufferedReader d =new BufferedReader(new InputStreamReader(System.in));",
"d",
"new BufferedReader(new InputStreamReader(System.in))",
"x = Integer.parseInt(d.readLine())",
"x",
"Integer.parseInt(d.readLine())",
"Integer.parseInt",
"Integer",
"d.readLine()",
"d.readLine",
"d",
"sum =x",
"sum",
"x",
"for(i=1; i<3; i++){\n\t\t\tsum *= x;\n\t\t}",
"i=1;",
"i=1",
"i",
"1",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tsum *= x;\n\t\t}",
"{\n\t\t\tsum *= x;\n\t\t}",
"sum *= x",
"sum",
"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 IOException{
int x, sum=0, i;
BufferedReader d =new BufferedReader(new InputStreamReader(System.in));
x = Integer.parseInt(d.readLine());
sum =x;
for(i=1; i<3; i++){
sum *= x;
}
System.out.println(sum);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
17,
13,
30,
4,
18,
13,
40,
17,
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
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
17,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
37,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
6,
41
],
[
41,
42
]
] | [
"import java.util.*;\n\nclass Main{\n public static void main( String[] args){\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n if(i<1 || 100<i){\n System.exit(-1);\n }\n System.out.println(i*i*i);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main( String[] args){\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n if(i<1 || 100<i){\n System.exit(-1);\n }\n System.out.println(i*i*i);\n }\n}",
"Main",
"public static void main( String[] args){\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n if(i<1 || 100<i){\n System.exit(-1);\n }\n System.out.println(i*i*i);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int i = sc.nextInt();\n if(i<1 || 100<i){\n System.exit(-1);\n }\n System.out.println(i*i*i);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int i = sc.nextInt();",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(i<1 || 100<i){\n System.exit(-1);\n }",
"i<1 || 100<i",
"i<1",
"i",
"1",
"100<i",
"100",
"i",
"{\n System.exit(-1);\n }",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"System.out.println(i*i*i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i*i*i",
"i*i*i",
"i",
"i",
"i",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main( String[] args){
Scanner sc = new Scanner(System.in);
int i = sc.nextInt();
if(i<1 || 100<i){
System.exit(-1);
}
System.out.println(i*i*i);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
24,
2
],
[
24,
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
],
[
0,
23
],
[
23,
24
],
[
23,
25
]
] | [
"public class Main {\n public static void main(String[] argc) {\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }\n}",
"public class Main {\n public static void main(String[] argc) {\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }\n}",
"Main",
"public static void main(String[] argc) {\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }",
"main",
"{\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }",
"int x = new java.util.Scanner(System.in).nextInt();",
"x",
"new java.util.Scanner(System.in).nextInt()",
"new java.util.Scanner(System.in).nextInt",
"new java.util.Scanner(System.in)",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"String[] argc",
"argc",
"public class Main {\n public static void main(String[] argc) {\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }\n}",
"public class Main {\n public static void main(String[] argc) {\n int x = new java.util.Scanner(System.in).nextInt();\n System.out.println(x * x * x);\n }\n}",
"Main"
] | public class Main {
public static void main(String[] argc) {
int x = new java.util.Scanner(System.in).nextInt();
System.out.println(x * x * 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,
4,
18,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
6,
31
],
[
31,
32
],
[
45,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
37,
41
],
[
33,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}\n\tpublic static int cubic(int i){\n\t\treturn (int)(Math.pow(i, 3));\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}\n\tpublic static int cubic(int i){\n\t\treturn (int)(Math.pow(i, 3));\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int i = scanner.nextInt();",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int result = cubic(i);",
"result",
"cubic(i)",
"cubic",
"i",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public static int cubic(int i){\n\t\treturn (int)(Math.pow(i, 3));\n\t}",
"cubic",
"{\n\t\treturn (int)(Math.pow(i, 3));\n\t}",
"return (int)(Math.pow(i, 3));",
"(int)(Math.pow(i, 3))",
"Math.pow",
"Math",
"i",
"3",
"int i",
"i",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}\n\tpublic static int cubic(int i){\n\t\treturn (int)(Math.pow(i, 3));\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i = scanner.nextInt();\n\t\tint result = cubic(i);\n\t\tSystem.out.println(result);\n\t\tscanner.close();\n\t}\n\tpublic static int cubic(int i){\n\t\treturn (int)(Math.pow(i, 3));\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int i = scanner.nextInt();
int result = cubic(i);
System.out.println(result);
scanner.close();
}
public static int cubic(int i){
return (int)(Math.pow(i, 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
6,
12
],
[
12,
13
],
[
46,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
16,
19
],
[
19,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
16,
32
],
[
32,
33
],
[
32,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
16,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] | [
"import java.util.Scanner;\n\n/**\n * Created by labuser on 2016/04/15.\n */\npublic class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n\n private static void run() {\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n\n private static void run() {\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }\n\n}",
"Main",
"public static void main(String[] args) {\n new Main().run();\n }",
"main",
"{\n new Main().run();\n }",
"new Main().run()",
"new Main().run",
"new Main()",
"String[] args",
"args",
"private static void run() {\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }",
"run",
"{\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }",
"int x;",
"x",
"int a;",
"a",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = Integer.parseInt(sc.nextLine())",
"x",
"Integer.parseInt(sc.nextLine())",
"Integer.parseInt",
"Integer",
"sc.nextLine()",
"sc.nextLine",
"sc",
"a = x * x * x",
"a",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n\n private static void run() {\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }\n\n}",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n\n private static void run() {\n int x;\n int a;\n\n Scanner sc = new Scanner(System.in);\n x = Integer.parseInt(sc.nextLine());\n\n a = x * x * x;\n System.out.println(a);\n }\n\n}",
"Main"
] | import java.util.Scanner;
/**
* Created by labuser on 2016/04/15.
*/
public class Main {
public static void main(String[] args) {
new Main().run();
}
private static void run() {
int x;
int a;
Scanner sc = new Scanner(System.in);
x = Integer.parseInt(sc.nextLine());
a = x * x * x;
System.out.println(a);
}
} |
[
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.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }\n}",
"Main",
"public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }",
"main",
"{\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"int a=Integer.parseInt(line);",
"a",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"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 public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n int a=Integer.parseInt(line);\n System.out.println(a*a*a);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
int a=Integer.parseInt(line);
System.out.println(a*a*a);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
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
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
25,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
20,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
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 {\npublic static void main(String[] args) {\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\npublic static void main(String[] args) {\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}}",
"Main",
"public static void main(String[] args) {\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}",
"main",
"{\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int answer =1;",
"answer",
"1",
"for(int i=0;i<3;i++){\n\t answer=answer*x;\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t answer=answer*x;\n }",
"{\n\t answer=answer*x;\n }",
"answer=answer*x",
"answer",
"answer*x",
"answer",
"x",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"String[] args",
"args",
"public class Main {\npublic static void main(String[] args) {\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}}",
"public class Main {\npublic static void main(String[] args) {\n//int x=Integer.parseInt(args[0]);\nScanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int answer =1;\n for(int i=0;i<3;i++){\n\t answer=answer*x;\n }\nSystem.out.println(answer);\n}}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
//int x=Integer.parseInt(args[0]);
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int answer =1;
for(int i=0;i<3;i++){
answer=answer*x;
}
System.out.println(answer);
}} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
12,
13,
30,
0,
13,
2,
2,
13,
13,
13,
4,
18,
18,
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
],
[
52,
5
],
[
52,
6
],
[
6,
7
],
[
52,
8
],
[
8,
9
],
[
52,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
52,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
27,
27
],
[
27,
28
],
[
27,
29
],
[
27,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
52,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
39,
46
],
[
46,
47
],
[
47,
48
],
[
37,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\t\n\tint x,y;\n\t\n\tpublic void in(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}\n\t\n\tpublic void cube(){\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\t\n\tint x,y;\n\t\n\tpublic void in(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}\n\t\n\tpublic void cube(){\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}\n}",
"Main",
"int x",
"x",
"y;",
"y",
"public void in(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}",
"in",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"public void cube(){\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}",
"cube",
"{\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}",
"y = x*x*x",
"y",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"public static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}",
"main",
"{\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.in()",
"obj.in",
"obj",
"obj.cube()",
"obj.cube",
"obj",
"String[] args",
"args",
"public class Main{\n\t\n\tint x,y;\n\t\n\tpublic void in(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}\n\t\n\tpublic void cube(){\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}\n}",
"public class Main{\n\t\n\tint x,y;\n\t\n\tpublic void in(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\t}\n\t\n\tpublic void cube(){\n\t\ty = x*x*x;\n\t\tSystem.out.println(y);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.in();\n\t\tobj.cube();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int x,y;
public void in(){
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
}
public void cube(){
y = x*x*x;
System.out.println(y);
}
public static void main(String[] args){
Main obj = new Main();
obj.in();
obj.cube();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
13,
40,
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
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
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.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x2 = in.nextInt();",
"x2",
"in.nextInt()",
"in.nextInt",
"in",
"int i = 1;",
"i",
"1",
"int x = 1;",
"x",
"1",
"while (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}",
"i <= 3",
"i",
"3",
"{\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}",
"x *= x2",
"x",
"x2",
"i++",
"i",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint x2 = in.nextInt();\n\t\tint i = 1;\n\t\tint x = 1;\n\t\twhile (i <= 3) {\n\t\t\tx *= x2;\n\t\t\ti++;\n\t\t}\n\t\tSystem.out.println(x);\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int x2 = in.nextInt();
int i = 1;
int x = 1;
while (i <= 3) {
x *= x2;
i++;
}
System.out.println(x);
}
} |
[
7,
15,
13,
17,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
33,
8
],
[
33,
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
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
9,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}",
"main",
"{\n\t\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\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",
"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\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t}\n\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
4,
13,
17,
4,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
14,
2,
13,
17,
30,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
9,
25
],
[
25,
26
],
[
46,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
46,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"Main",
"public static Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"public static void main(String[] args) {\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}",
"main",
"{\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}",
"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()",
"input",
"3",
"close()",
"close",
"String[] args",
"args",
"public static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}",
"input",
"{\n\n\t\treturn scanner.nextInt();\n\n\t}",
"return scanner.nextInt();",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"public static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}",
"close",
"{\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}",
"if (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}",
"scanner != null",
"scanner",
"null",
"{\n\n\t\t\tscanner.close();\n\n\t\t}",
"scanner.close()",
"scanner.close",
"scanner",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tSystem.out.println((int)Math.pow(input(), 3));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
System.out.println((int)Math.pow(input(), 3));
close();
}
public static int input() {
return scanner.nextInt();
}
public static void close() {
if (scanner != null) {
scanner.close();
}
}
} |
[
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,
2,
2,
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
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
26,
26
],
[
26,
27
],
[
26,
28
],
[
26,
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\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int i= scanner.nextInt();",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println(Integer.toString(i*i*i))",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.toString(i*i*i)",
"Integer.toString",
"Integer",
"i*i*i",
"i*i*i",
"i",
"i",
"i",
"scanner.close()",
"scanner.close",
"scanner",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint i= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(i*i*i));\n\t\tscanner.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner scanner = new Scanner(System.in);
int i= scanner.nextInt();
System.out.println(Integer.toString(i*i*i));
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,
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.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\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 i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\n\t}",
"main",
"{\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int i = s.nextInt();",
"i",
"s.nextInt()",
"s.nextInt",
"s",
"System.out.println(i * i * i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i * i * i",
"i * i * i",
"i",
"i",
"i",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tSystem.out.println(i * i * i);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int i = s.nextInt();
System.out.println(i * i * i);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
11,
11
],
[
11,
12
],
[
11,
13
],
[
11,
14
],
[
6,
15
],
[
15,
16
],
[
4,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
22,
24
],
[
19,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
17,
38
],
[
38,
39
]
] | [
"import java.util.Scanner;\n\nclass Main{\n static int cube(int x){\n\treturn x*x*x;\n }\n public static void main(String args[]){\n\tint n;\n\tScanner scan = new Scanner(System.in);\n\tn = scan.nextInt();\n\tSystem.out.println(cube(n));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n static int cube(int x){\n\treturn x*x*x;\n }\n public static void main(String args[]){\n\tint n;\n\tScanner scan = new Scanner(System.in);\n\tn = scan.nextInt();\n\tSystem.out.println(cube(n));\n }\n}",
"Main",
"static int cube(int x){\n\treturn x*x*x;\n }",
"cube",
"{\n\treturn x*x*x;\n }",
"return x*x*x;",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"int x",
"x",
"public static void main(String args[]){\n\tint n;\n\tScanner scan = new Scanner(System.in);\n\tn = scan.nextInt();\n\tSystem.out.println(cube(n));\n }",
"main",
"{\n\tint n;\n\tScanner scan = new Scanner(System.in);\n\tn = scan.nextInt();\n\tSystem.out.println(cube(n));\n }",
"int n;",
"n",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"n = scan.nextInt()",
"n",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println(cube(n))",
"System.out.println",
"System.out",
"System",
"System.out",
"cube(n)",
"cube",
"n",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
static int cube(int x){
return x*x*x;
}
public static void main(String args[]){
int n;
Scanner scan = new Scanner(System.in);
n = scan.nextInt();
System.out.println(cube(n));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
9,
33
],
[
33,
34
]
] | [
"import java.io.InputStream;\nimport java.util.Scanner;\n\nclass Main {\n\t\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\n\t\tint num = (int)Math.pow(x,3);\n\t\t\n\t\tSystem.out.println(num);\n\t\t\n}\n}",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\t\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\n\t\tint num = (int)Math.pow(x,3);\n\t\t\n\t\tSystem.out.println(num);\n\t\t\n}\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\n\t\tint num = (int)Math.pow(x,3);\n\t\t\n\t\tSystem.out.println(num);\n\t\t\n}",
"main",
"{\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\n\t\tint num = (int)Math.pow(x,3);\n\t\t\n\t\tSystem.out.println(num);\n\t\t\n}",
"Scanner In = new Scanner(System.in);",
"In",
"new Scanner(System.in)",
"int x = In.nextInt();",
"x",
"In.nextInt()",
"In.nextInt",
"In",
"int num = (int)Math.pow(x,3);",
"num",
"(int)Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(num)",
"System.out.println",
"System.out",
"System",
"System.out",
"num",
"String[] args",
"args"
] | import java.io.InputStream;
import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner In = new Scanner(System.in);
int x = In.nextInt();
int num = (int)Math.pow(x,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,
2,
2,
13,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
23,
23
],
[
23,
24
],
[
23,
25
],
[
23,
26
],
[
39,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
27,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tvoid scanX(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid scanX(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}\n\n}",
"Main",
"void scanX(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t}",
"scanX",
"{\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*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(x*x*x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"public static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}",
"main",
"{\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}",
"Main m1 = new Main();",
"m1",
"new Main()",
"m1.scanX()",
"m1.scanX",
"m1",
"String args[]",
"args",
"public class Main {\n\tvoid scanX(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}\n\n}",
"public class Main {\n\tvoid scanX(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t\tSystem.out.println(x*x*x);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.scanX();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
void scanX(){
Scanner s = new Scanner(System.in);
int x = s.nextInt();
System.out.println(x*x*x);
}
public static void main(String args[]){
Main m1 = new Main();
m1.scanX();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
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
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
25,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
20,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
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) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int n=sc.nextInt();",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x=1;",
"x",
"1",
"for (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}",
"int i=1;",
"int i=1;",
"i",
"1",
"i<=3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tx=x*n;\n\t\t}",
"{\n\t\t\tx=x*n;\n\t\t}",
"x=x*n",
"x",
"x*n",
"x",
"n",
"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\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint n=sc.nextInt();\n\t\tint x=1;\n\t\tfor (int i=1;i<=3;i++){\n\t\t\tx=x*n;\n\t\t}\n\t\tSystem.out.println( x );\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int n=sc.nextInt();
int x=1;
for (int i=1;i<=3;i++){
x=x*n;
}
System.out.println( x );
}
} |
[
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,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
24,
24
],
[
24,
25
],
[
24,
26
],
[
24,
27
],
[
12,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
4,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
34,
40
],
[
40,
41
]
] | [
"import java.util.Scanner;\n\nclass Main{\n int x,y;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x * x * x;\n System.out.println(y);\n \n }\n \n \n public static void main(String[] args){\n \n new Main().solve();\n \n }\n \n\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int x,y;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x * x * x;\n System.out.println(y);\n \n }\n \n \n public static void main(String[] args){\n \n new Main().solve();\n \n }\n \n\n\n}",
"Main",
"int x",
"x",
"y;",
"y",
"public void solve(){\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x * x * x;\n System.out.println(y);\n \n }",
"solve",
"{\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = x * x * x;\n System.out.println(y);\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y = x * x * x",
"y",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"public static void main(String[] args){\n \n new Main().solve();\n \n }",
"main",
"{\n \n new Main().solve();\n \n }",
"new Main().solve()",
"new Main().solve",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int x,y;
public void solve(){
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
y = x * x * x;
System.out.println(y);
}
public static void main(String[] args){
new Main().solve();
}
} |
[
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\npublic class Main {\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\n\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",
"public class Main {\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tSystem.out.println(x * x * x);\n\t}\n}",
"Main",
"public static void main(String args[]) throws NumberFormatException, IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tSystem.out.println(x * x * x);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\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))",
"long x = Long.parseLong(br.readLine());",
"x",
"Long.parseLong(br.readLine())",
"Long.parseLong",
"Long",
"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\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tSystem.out.println(x * x * x);\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tlong x = Long.parseLong(br.readLine());\n\t\tSystem.out.println(x * x * 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[]) throws NumberFormatException, IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
long x = Long.parseLong(br.readLine());
System.out.println(x * x * x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
17,
13,
2,
13,
17,
30,
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
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
38,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
6,
45
],
[
45,
46
]
] | [
"import java.io.*;\nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n int i = Integer.parseInt(s);\n \n if((1 <= i )&(i<= 100)){\n System.out.println(i*i*i);\n }\n r.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n int i = Integer.parseInt(s);\n \n if((1 <= i )&(i<= 100)){\n System.out.println(i*i*i);\n }\n r.close();\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n int i = Integer.parseInt(s);\n \n if((1 <= i )&(i<= 100)){\n System.out.println(i*i*i);\n }\n r.close();\n }",
"main",
"{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n int i = Integer.parseInt(s);\n \n if((1 <= i )&(i<= 100)){\n System.out.println(i*i*i);\n }\n r.close();\n }",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String s = r.readLine();",
"s",
"r.readLine()",
"r.readLine",
"r",
"int i = Integer.parseInt(s);",
"i",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"if((1 <= i )&(i<= 100)){\n System.out.println(i*i*i);\n }",
"(1 <= i )&(i<= 100)",
"(1 <= i )",
"1",
"i",
"(i<= 100)",
"i",
"100",
"{\n System.out.println(i*i*i);\n }",
"System.out.println(i*i*i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i*i*i",
"i*i*i",
"i",
"i",
"i",
"r.close()",
"r.close",
"r",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader r =
new BufferedReader(new InputStreamReader(System.in), 1);
String s = r.readLine();
int i = Integer.parseInt(s);
if((1 <= i )&(i<= 100)){
System.out.println(i*i*i);
}
r.close();
}
} |
[
7,
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,
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\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String inputed = new String(in.readLine());",
"inputed",
"new String(in.readLine())",
"int temp = Integer.parseInt(inputed);",
"temp",
"Integer.parseInt(inputed)",
"Integer.parseInt",
"Integer",
"inputed",
"int answer = temp * temp * temp;",
"answer",
"temp * temp * temp",
"temp * temp * temp",
"temp",
"temp",
"temp",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\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\tString inputed = new String(in.readLine());\n\t\tint temp = Integer.parseInt(inputed);\n\n\t\tint answer = temp * temp * temp;\n\t\tSystem.out.println(answer);\n\n\t}\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 inputed = new String(in.readLine());
int temp = Integer.parseInt(inputed);
int answer = temp * temp * temp;
System.out.println(answer);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
4,
18,
20,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
27,
5
],
[
27,
6
],
[
6,
7
],
[
6,
8
],
[
27,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
17,
23
],
[
9,
24
],
[
24,
25
],
[
0,
26
],
[
26,
27
],
[
26,
28
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n private static final int BASE = 3;\n\n public static void main(String[] args) {\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n private static final int BASE = 3;\n\n public static void main(String[] args) {\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }\n}",
"Main",
"private static final int BASE = 3;",
"BASE",
"3",
"public static void main(String[] args) {\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }",
"main",
"{\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }",
"System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(new Scanner(System.in).nextInt(), BASE)",
"Math.pow",
"Math",
"new Scanner(System.in).nextInt()",
"new Scanner(System.in).nextInt",
"new Scanner(System.in)",
"BASE",
"String[] args",
"args",
"public class Main {\n\n private static final int BASE = 3;\n\n public static void main(String[] args) {\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }\n}",
"public class Main {\n\n private static final int BASE = 3;\n\n public static void main(String[] args) {\n System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private static final int BASE = 3;
public static void main(String[] args) {
System.out.println((int)Math.pow(new Scanner(System.in).nextInt(), BASE));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
8,
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
],
[
19,
24
],
[
25,
25
],
[
25,
26
],
[
25,
27
],
[
25,
28
],
[
4,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
29,
35
],
[
35,
36
]
] | [
"import java.util.Scanner;\n\nclass Main {\n int x;\n public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n\n System.out.println(x * x * x);\n }\n public static void main(String[] args) {\n\n new Main().suzuki();\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n int x;\n public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n\n System.out.println(x * x * x);\n }\n public static void main(String[] args) {\n\n new Main().suzuki();\n }\n\n}",
"Main",
"int x;",
"x",
"public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n\n System.out.println(x * x * x);\n }",
"suzuki",
"{\n\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n\n System.out.println(x * x * x);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"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 static void main(String[] args) {\n\n new Main().suzuki();\n }",
"main",
"{\n\n new Main().suzuki();\n }",
"new Main().suzuki()",
"new Main().suzuki",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
int x;
public void suzuki(){
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
System.out.println(x * x * x);
}
public static void main(String[] args) {
new Main().suzuki();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
4,
18,
13,
4,
13,
13,
17,
12,
13,
30,
14,
2,
13,
17,
30,
29,
13,
29,
2,
13,
4,
13,
13,
2,
13,
17,
23,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
20,
22
],
[
20,
23
],
[
7,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
26,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
24,
43
],
[
43,
44
],
[
24,
45
],
[
45,
46
],
[
0,
47
],
[
61,
48
],
[
61,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
49,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\nclass XCubic {\n public void run() {\n int input = new Scanner( System.in).nextInt();\n out.println( power( input, 3));\n }\n\n private int power( int num, int index) {\n if ( index < 2) {\n return num;\n }\n return num * power( num, index -1);\n }\n}\n\npublic class Main {\n public static void main( String... args) {\n XCubic test = new XCubic();\n test.run();\n }\n}",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class XCubic {\n public void run() {\n int input = new Scanner( System.in).nextInt();\n out.println( power( input, 3));\n }\n\n private int power( int num, int index) {\n if ( index < 2) {\n return num;\n }\n return num * power( num, index -1);\n }\n}",
"XCubic",
"public void run() {\n int input = new Scanner( System.in).nextInt();\n out.println( power( input, 3));\n }",
"run",
"{\n int input = new Scanner( System.in).nextInt();\n out.println( power( input, 3));\n }",
"int input = new Scanner( System.in).nextInt();",
"input",
"new Scanner( System.in).nextInt()",
"new Scanner( System.in).nextInt",
"new Scanner( System.in)",
"out.println( power( input, 3))",
"out.println",
"out",
"power( input, 3)",
"power",
"input",
"3",
"private int power( int num, int index) {\n if ( index < 2) {\n return num;\n }\n return num * power( num, index -1);\n }",
"power",
"{\n if ( index < 2) {\n return num;\n }\n return num * power( num, index -1);\n }",
"if ( index < 2) {\n return num;\n }",
"index < 2",
"index",
"2",
"{\n return num;\n }",
"return num;",
"num",
"return num * power( num, index -1);",
"num * power( num, index -1)",
"num",
"power( num, index -1)",
"power",
"num",
"index -1",
"index",
"1",
"int num",
"num",
"int index",
"index",
"public class Main {\n public static void main( String... args) {\n XCubic test = new XCubic();\n test.run();\n }\n}",
"Main",
"public static void main( String... args) {\n XCubic test = new XCubic();\n test.run();\n }",
"main",
"{\n XCubic test = new XCubic();\n test.run();\n }",
"XCubic test = new XCubic();",
"test",
"new XCubic()",
"test.run()",
"test.run",
"test",
"String... args",
"args",
"public class Main {\n public static void main( String... args) {\n XCubic test = new XCubic();\n test.run();\n }\n}",
"public class Main {\n public static void main( String... args) {\n XCubic test = new XCubic();\n test.run();\n }\n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
class XCubic {
public void run() {
int input = new Scanner( System.in).nextInt();
out.println( power( input, 3));
}
private int power( int num, int index) {
if ( index < 2) {
return num;
}
return num * power( num, index -1);
}
}
public class Main {
public static void main( String... args) {
XCubic test = new XCubic();
test.run();
}
} |
[
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.*;\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(a*a*a);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main (String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println(a*a*a);\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(a*a*a);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tSystem.out.println(a*a*a);\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(a*a*a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*a*a",
"a*a*a",
"a",
"a",
"a",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main (String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
System.out.println(a*a*a);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
42,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
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
],
[
45,
5
],
[
45,
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
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
6,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int x = 0;",
"x",
"0",
"while (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}",
"1 > x || x > 101",
"1 > x",
"1",
"x",
"x > 101",
"x",
"101",
"{\n\t\t\tx = stdIn.nextInt();\n\t\t}",
"x = stdIn.nextInt()",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"System.out.println(x * x * x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"stdIn.close()",
"stdIn.close",
"stdIn",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint x = 0; \n\t\twhile (1 > x || x > 101){\n\t\t\tx = stdIn.nextInt();\n\t\t}\n\t\tSystem.out.println(x * x * x);\n\t\tstdIn.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner stdIn = new Scanner(System.in);
int x = 0;
while (1 > x || x > 101){
x = stdIn.nextInt();
}
System.out.println(x * x * x);
stdIn.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
35,
8
],
[
35,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
9,
32
],
[
32,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
]
] | [
"import java.math.BigDecimal;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}\n\n}",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int i = sc.nextInt();",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"BigDecimal bd = new BigDecimal(i);",
"bd",
"new BigDecimal(i)",
"System.out.println(bd.pow(3))",
"System.out.println",
"System.out",
"System",
"System.out",
"bd.pow(3)",
"bd.pow",
"bd",
"3",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tBigDecimal bd = new BigDecimal(i);\n\t\tSystem.out.println(bd.pow(3));\n\t}\n\n}",
"Main"
] | import java.math.BigDecimal;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int i = sc.nextInt();
BigDecimal bd = new BigDecimal(i);
System.out.println(bd.pow(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,
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
],
[
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
],
[
6,
30
],
[
30,
31
]
] | [
"import java.util.*;\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tInteger inp = Integer.parseInt(sc.next());\n\t\tSystem.out.println(inp*inp*inp);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tInteger inp = Integer.parseInt(sc.next());\n\t\tSystem.out.println(inp*inp*inp);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tInteger inp = Integer.parseInt(sc.next());\n\t\tSystem.out.println(inp*inp*inp);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tInteger inp = Integer.parseInt(sc.next());\n\t\tSystem.out.println(inp*inp*inp);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"Integer inp = Integer.parseInt(sc.next());",
"inp",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"System.out.println(inp*inp*inp)",
"System.out.println",
"System.out",
"System",
"System.out",
"inp*inp*inp",
"inp*inp*inp",
"inp",
"inp",
"inp",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
Integer inp = Integer.parseInt(sc.next());
System.out.println(inp*inp*inp);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
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
],
[
12,
14
],
[
8,
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
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
25,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
42,
46
],
[
6,
47
],
[
47,
48
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"System.out.println(\"IOException!\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"IOException!\"",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tint x = Integer.parseInt(buf);\n\t\t\tSystem.out.println((int)Math.pow(x,3));\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"int x = Integer.parseInt(buf);",
"x",
"Integer.parseInt(buf)",
"Integer.parseInt",
"Integer",
"buf",
"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[]) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String buf = br.readLine();
int x = Integer.parseInt(buf);
System.out.println((int)Math.pow(x,3));
} catch (IOException e) {
System.out.println("IOException!");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
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
],
[
36,
5
],
[
36,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }\n}",
"Main",
"public static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }",
"main",
"{\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }",
"Scanner std = new Scanner(System.in);",
"std",
"new Scanner(System.in)",
"int a = Integer.parseInt(std.next());",
"a",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"a = (int)Math.pow(a,3)",
"a",
"(int)Math.pow(a,3)",
"Math.pow",
"Math",
"a",
"3",
"System.out.println(a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t a = (int)Math.pow(a,3);\n\t System.out.println(a);\n\t }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner std = new Scanner(System.in);
int a = Integer.parseInt(std.next());
a = (int)Math.pow(a,3);
System.out.println(a);
}
} |
[
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 x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}",
"main",
"{\n\t\tScanner x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}",
"Scanner x = new Scanner(System.in);",
"x",
"new Scanner(System.in)",
"int y = x.nextInt();",
"y",
"x.nextInt()",
"x.nextInt",
"x",
"y = y * y * y",
"y",
"y * y * y",
"y * y * y",
"y",
"y",
"y",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner x = new Scanner(System.in);\n\t\tint y = x.nextInt();\n\t\ty = y * y * y;\n\t\tSystem.out.println(y);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner x = new Scanner(System.in);
int y = x.nextInt();
y = y * y * y;
System.out.println(y);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
27,
2
],
[
27,
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
],
[
3,
24
],
[
24,
25
],
[
0,
26
],
[
26,
27
],
[
26,
28
]
] | [
"public class Main {\n public static void main(String...args) {\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }\n}",
"public class Main {\n public static void main(String...args) {\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }\n}",
"Main",
"public static void main(String...args) {\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }",
"main",
"{\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }",
"int x = new java.util.Scanner(System.in).nextInt();",
"x",
"new java.util.Scanner(System.in).nextInt()",
"new java.util.Scanner(System.in).nextInt",
"new java.util.Scanner(System.in)",
"int 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",
"public class Main {\n public static void main(String...args) {\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }\n}",
"public class Main {\n public static void main(String...args) {\n \n int x = new java.util.Scanner(System.in).nextInt();\n \n int sum = x * x * x;\n System.out.println(sum);\n\n }\n}",
"Main"
] | public class Main {
public static void main(String...args) {
int x = new java.util.Scanner(System.in).nextInt();
int 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,
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.util.Scanner;\npublic class Main {\n\tpublic static void main(String [] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\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\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String [] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String str = scan.next();",
"str",
"scan.next()",
"scan.next",
"scan",
"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\tpublic static void main(String [] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String [] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString str = scan.next();\n\t\tint x = Integer.parseInt(str);\n\t\tSystem.out.println(x*x*x);\n\t\t\n\t\t\n\t\t\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String [] args){
Scanner scan = new Scanner(System.in);
String str = scan.next();
int x = Integer.parseInt(str);
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,
38,
5,
13,
30,
4,
18,
18,
13,
13,
2,
17,
4,
18,
13,
29,
30,
0,
13,
4,
18,
13,
41,
13,
38,
5,
13,
30,
4,
18,
18,
13,
13,
2,
17,
4,
18,
13,
29,
30,
0,
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
],
[
78,
11
],
[
78,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
23,
34
],
[
20,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
14,
41
],
[
41,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
46,
57
],
[
43,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
14,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
71,
71
],
[
71,
72
],
[
71,
73
],
[
71,
74
],
[
12,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.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",
"public class Main {\n public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.out.println(n*n*n);\n }\n}",
"Main",
"public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.out.println(n*n*n);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.out.println(n*n*n);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String head;",
"head",
"try {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}",
"catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}",
"System.err.println(\"The input is missing. \" + e.getMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"\"The input is missing. \" + e.getMessage()",
"\"The input is missing. \"",
"e.getMessage()",
"e.getMessage",
"e",
"return;",
"{\n\t\t\thead = br.readLine();\n\t\t}",
"head = br.readLine()",
"head",
"br.readLine()",
"br.readLine",
"br",
"int n;",
"n",
"try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }",
"catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }",
"NumberFormatException e",
"{\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }",
"System.err.println(\"The input is in an illegal form. \" + e.getMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"\"The input is in an illegal form. \" + e.getMessage()",
"\"The input is in an illegal form. \"",
"e.getMessage()",
"e.getMessage",
"e",
"return;",
"{\n \tn= Integer.parseInt(head);\n }",
"n= Integer.parseInt(head)",
"n",
"Integer.parseInt(head)",
"Integer.parseInt",
"Integer",
"head",
"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 public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.out.println(n*n*n);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String head;\n\t\ttry {\n\t\t\thead = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"The input is missing. \" + e.getMessage());\n\t\t\treturn;\n\t\t}\n\n int n;\n try {\n \tn= Integer.parseInt(head);\n } catch(NumberFormatException e) {\n\t\t\tSystem.err.println(\"The input is in an illegal form. \" + e.getMessage());\n\t\t\treturn;\n }\n\n System.out.println(n*n*n);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String head;
try {
head = br.readLine();
} catch (IOException e) {
System.err.println("The input is missing. " + e.getMessage());
return;
}
int n;
try {
n= Integer.parseInt(head);
} catch(NumberFormatException e) {
System.err.println("The input is in an illegal form. " + e.getMessage());
return;
}
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,
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
],
[
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
]
] | [
"import java.io.*;\n\nclass Main {\n public static void main (String[ ] args) throws IOException {\n \n BufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n String str = input.readLine( );\n \tint num = Integer.parseInt(str);\n \n System.out.println(num*num*num);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main (String[ ] args) throws IOException {\n \n BufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n String str = input.readLine( );\n \tint num = Integer.parseInt(str);\n \n System.out.println(num*num*num);\n }\n}",
"Main",
"public static void main (String[ ] args) throws IOException {\n \n BufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n String str = input.readLine( );\n \tint num = Integer.parseInt(str);\n \n System.out.println(num*num*num);\n }",
"main",
"{\n \n BufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n String str = input.readLine( );\n \tint num = Integer.parseInt(str);\n \n System.out.println(num*num*num);\n }",
"BufferedReader input = new BufferedReader (new InputStreamReader (System.in));",
"input",
"new BufferedReader (new InputStreamReader (System.in))",
"String str = input.readLine( );",
"str",
"input.readLine( )",
"input.readLine",
"input",
"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[ ] args",
"args"
] | import java.io.*;
class Main {
public static void main (String[ ] args) throws IOException {
BufferedReader input = new BufferedReader (new InputStreamReader (System.in));
String str = input.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,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
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
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.io.*;\n \npublic class Main {\n public static void main(String[] args) throws Exception{\n BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception{\n BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }",
"main",
"{\n BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }",
"BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));",
"read",
"new BufferedReader(\n new java.io.InputStreamReader(System.in))",
"int x = Integer.parseInt(read.readLine());",
"x",
"Integer.parseInt(read.readLine())",
"Integer.parseInt",
"Integer",
"read.readLine()",
"read.readLine",
"read",
"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 BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception{\n BufferedReader read = new BufferedReader(\n new java.io.InputStreamReader(System.in));\n int x = Integer.parseInt(read.readLine());\n System.out.println(x*x*x);\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws Exception{
BufferedReader read = new BufferedReader(
new java.io.InputStreamReader(System.in));
int x = Integer.parseInt(read.readLine());
System.out.println(x*x*x);
}
} |
[
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,
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
],
[
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
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] | [
"import java.io.*;\n\t\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(x*x*x);\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\tint x = Integer.parseInt(br.readLine());\n\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\tint x = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(x*x*x);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\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 = 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\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint x = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(x*x*x);\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\tint x = Integer.parseInt(br.readLine());\n\t\tSystem.out.println(x*x*x);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int x = Integer.parseInt(br.readLine());
System.out.println(x*x*x);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
42,
2,
13,
17,
30,
4,
13,
13,
0,
13,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
17,
2,
2,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
59,
8
],
[
59,
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
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
9,
33
],
[
33,
34
],
[
59,
35
],
[
35,
36
],
[
35,
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
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
35,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }\n \n public static void handleLine(String line) {\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\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 r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }\n \n public static void handleLine(String line) {\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n BufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }",
"main",
"{\n BufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }",
"BufferedReader r = new BufferedReader(new InputStreamReader(System.in));",
"r",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = r.readLine();",
"line",
"r.readLine()",
"r.readLine",
"r",
"while (line != null) {\n handleLine(line);\n line = r.readLine();\n }",
"line != null",
"line",
"null",
"{\n handleLine(line);\n line = r.readLine();\n }",
"handleLine(line)",
"handleLine",
"line",
"line = r.readLine()",
"line",
"r.readLine()",
"r.readLine",
"r",
"String[] args",
"args",
"public static void handleLine(String line) {\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\n }",
"handleLine",
"{\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\n }",
"int value = Integer.parseInt(line);",
"value",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"System.out.println(\"\" + (value * value * value))",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\" + (value * value * value)",
"\"\"",
"(value * value * value)",
"value * value * value",
"value",
"value",
"value",
"String line",
"line",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }\n \n public static void handleLine(String line) {\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n String line = r.readLine();\n while (line != null) {\n handleLine(line);\n line = r.readLine();\n }\n }\n \n public static void handleLine(String line) {\n int value = Integer.parseInt(line);\n System.out.println(\"\" + (value * value * value));\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader r = new BufferedReader(new InputStreamReader(System.in));
String line = r.readLine();
while (line != null) {
handleLine(line);
line = r.readLine();
}
}
public static void handleLine(String line) {
int value = Integer.parseInt(line);
System.out.println("" + (value * value * value));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
4,
18,
13,
4,
18,
20,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
9,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
6,
24
],
[
24,
25
]
] | [
"import java.io.*;\nclass Main{\npublic static void main(String[]args)throws IOException{\nSystem.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3));\n}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\npublic static void main(String[]args)throws IOException{\nSystem.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3));\n}\n}",
"Main",
"public static void main(String[]args)throws IOException{\nSystem.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3));\n}",
"main",
"{\nSystem.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3));\n}",
"System.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3))",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3)",
"Math.pow",
"Math",
"Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine())",
"Integer.parseInt",
"Integer",
"new BufferedReader(new InputStreamReader(System.in)).readLine()",
"new BufferedReader(new InputStreamReader(System.in)).readLine",
"new BufferedReader(new InputStreamReader(System.in))",
"3",
"String[]args",
"args"
] | import java.io.*;
class Main{
public static void main(String[]args)throws IOException{
System.out.println((int)Math.pow(Integer.parseInt(new BufferedReader(new InputStreamReader(System.in)).readLine()), 3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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
],
[
59,
5
],
[
59,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
12,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
31,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
31,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
45,
49
],
[
31,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main (String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}\n}",
"Main",
"public static void main (String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}",
"catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}",
"NumberFormatException e",
"{\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}",
"System.out.println(\"??°????????\\?????????????????????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??°????????\\?????????????????????\"",
"{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}",
"String line = reader.readLine();",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"int x = Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"int tri = (int) Math.pow(x,3);",
"tri",
"(int) Math.pow(x,3)",
"Math.pow",
"Math",
"x",
"3",
"System.out.println(tri)",
"System.out.println",
"System.out",
"System",
"System.out",
"tri",
"String[] args",
"args",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\t\tString line = reader.readLine();\n\t\t\tint x = Integer.parseInt(line);\n\t\t\tint tri = (int) Math.pow(x,3);\n\t\t\tSystem.out.println(tri);\n\t\t}catch(IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch(NumberFormatException e) {\n\t\t\tSystem.out.println(\"??°????????\\?????????????????????\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main (String[] args) {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
try{
String line = reader.readLine();
int x = Integer.parseInt(line);
int tri = (int) Math.pow(x,3);
System.out.println(tri);
}catch(IOException e) {
System.out.println(e);
}catch(NumberFormatException e) {
System.out.println("??°????????\?????????????????????");
}
}
} |
[
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,
41,
13,
4,
18,
13,
13,
41,
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
],
[
52,
5
],
[
52,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
19,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
19,
34
],
[
34,
35
],
[
19,
36
],
[
36,
37
],
[
36,
38
],
[
39,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
19,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
6,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] | [
"import java.io.*;\npublic class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"main",
"{\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }",
"catch(IOException e){\n System.out.println(e);\n }",
"IOException e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String txt1 = reader.readLine();",
"txt1",
"reader.readLine()",
"reader.readLine",
"reader",
"int x = Integer.parseInt(txt1);",
"x",
"Integer.parseInt(txt1)",
"Integer.parseInt",
"Integer",
"txt1",
"int num;",
"num",
"num = x * x * x",
"num",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"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){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"public class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString txt1 = reader.readLine();\n\t\t\tint x = Integer.parseInt(txt1);\n\t\t\tint num;\n\t\t\tnum = x * x * x;\n\t\t\tSystem.out.println(num);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args){
try{
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String txt1 = reader.readLine();
int x = Integer.parseInt(txt1);
int num;
num = x * x * x;
System.out.println(num);
}catch(IOException e){
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
15,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
6,
50
],
[
50,
51
]
] | [
"import java.io.*;\nclass Main\n{\n public static void main(String[] args) \n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString line=null;\n\ttry {\n\t line = br.readLine();\n\t} catch (IOException e){\n\t System.out.println(e);\n\t}\n\n\tint x = Integer.parseInt(line);\n\tint y = x * x * x;\n\tSystem.out.println(y);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String[] args) \n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString line=null;\n\ttry {\n\t line = br.readLine();\n\t} catch (IOException e){\n\t System.out.println(e);\n\t}\n\n\tint x = Integer.parseInt(line);\n\tint y = x * x * x;\n\tSystem.out.println(y);\n }\n}",
"Main",
"public static void main(String[] args) \n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString line=null;\n\ttry {\n\t line = br.readLine();\n\t} catch (IOException e){\n\t System.out.println(e);\n\t}\n\n\tint x = Integer.parseInt(line);\n\tint y = x * x * x;\n\tSystem.out.println(y);\n }",
"main",
"{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString line=null;\n\ttry {\n\t line = br.readLine();\n\t} catch (IOException e){\n\t System.out.println(e);\n\t}\n\n\tint x = Integer.parseInt(line);\n\tint y = x * x * x;\n\tSystem.out.println(y);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line=null;",
"line",
"null",
"try {\n\t line = br.readLine();\n\t} catch (IOException e){\n\t System.out.println(e);\n\t}",
"catch (IOException e){\n\t System.out.println(e);\n\t}",
"IOException e",
"{\n\t System.out.println(e);\n\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t line = br.readLine();\n\t}",
"line = br.readLine()",
"line",
"br.readLine()",
"br.readLine",
"br",
"int x = Integer.parseInt(line);",
"x",
"Integer.parseInt(line)",
"Integer.parseInt",
"Integer",
"line",
"int y = x * x * x;",
"y",
"x * x * x",
"x * x * x",
"x",
"x",
"x",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"String[] args",
"args"
] | import java.io.*;
class Main
{
public static void main(String[] args)
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line=null;
try {
line = br.readLine();
} catch (IOException e){
System.out.println(e);
}
int x = Integer.parseInt(line);
int y = x * x * x;
System.out.println(y);
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.