Problem cuberoot
User kel
Submission Time 2024-10-06 23:32:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:8:14: error: stray ‘\357’ in program
8 | long long x;
| ^
cuberoot.cpp:8:15: error: stray ‘\274’ in program
8 | long long x;
| ^
cuberoot.cpp:8:16: error: stray ‘\233’ in program
8 | long long x;
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:3: error: expected initializer before ‘cin’
9 | cin >> x;
| ^~~
cuberoot.cpp:10:31: error: ‘x’ was not declared in this scope
10 | long long root = round(cbrt(x));
| ^