Problem | cuberoot |
---|---|
User | JK13 |
Submission Time | 2023-11-09 11:51:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:11:2: error: expected primary-expression before ‘if’
11 | if (cubrt <= t) {
| ^~
cuberoot.cpp:17:10: error: ‘cubr’ was not declared in this scope; did you mean ‘cubrt’?
17 | cout << cubr;
| ^~~~
| cubrt
cuberoot.cpp: At global scope:
cuberoot.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^