Problem | cuberoot |
---|---|
User | CHONG |
Submission Time | 2025-03-10 21:09:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:19:33: error: expected ‘;’ before ‘cout’
19 | t = start + ((end - start)/2)
| ^
| ;
20 | cout << t << '\n';
| ~~~~
cuberoot.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
cuberoot.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^