Problem cuberoot
User guru1396
Submission Time 2024-12-07 15:53:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:24: error: ‘i’ was not declared in this scope
15 | for (long long j = 0; i<t; i++){
| ^
cuberoot.cpp:20:24: error: ‘i’ was not declared in this scope
20 | for (long long j = 0; i<t; i++){
| ^
cuberoot.cpp:24:10: error: expected ‘}’ at end of input
24 | return 0;
| ^
cuberoot.cpp:12:11: note: to match this ‘{’
12 | int main(){
| ^