Problem | cuberoot |
---|---|
User | OMW |
Submission Time | 2025-03-14 14:26:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:9: error: ‘t’ was not declared in this scope
6 | cin >> t;
| ^
cuberoot.cpp:18:20: error: expected ‘;’ before ‘}’ token
18 | cout << l << "\n"
| ^
| ;
19 | }
| ~