Surface Area
Statement
You have to find the surface area of cube.
Input description
a is the edge of the cuboid.
Output description
the surface area of cube.
Constraints
Game modes
Reverse
Test cases
Test 1 Test
Input
1
Output
6
Validator 1 Validator
Input
2
Output
24
Test 2 Test
Input
10
Output
600
Validator 2 Validator
Input
6
Output
216
Test 3 Test
Input
5
Output
150
Validator 3 Validator
Input
4
Output
96
Test 4 Test
Input
0
Output
0
Validator 4 Validator
Input
12
Output
864
Solution language
Solution
Stub generator input