Back
Close

cube

Statement

 Goal

we want to calculate the volume of a cube with length.
Input
nombre =length of cube
Output
volume of the cube
Constraints
Example
Input
2
Output
8

Game modes
Reverse

Test cases
Test
Input
2
Output
8

Validator 1 Validator
Input
9
Output
729

Test 2 Test
Input
10
Output
1000

Validator 2 Validator
Input
12
Output
1728

Test 3 Test
Input
111
Output
1367631

Validator 3 Validator
Input
111
Output
1367631

Test 4 Test
Input
120
Output
1728000

Validator 4 Validator
Input
120
Output
1728000

Solution language

Solution

Stub generator input