| Problem | cuberoot |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-03-06 16:54:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for ( int c; c < n; c++){
| ^~~
cuberoot.cpp:13:15: error: ‘c’ was not declared in this scope; did you mean ‘cb’?
13 | for ( int c; c < n; c++){
| ^
| cb
cuberoot.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
cuberoot.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^