Problem | cuberoot |
---|---|
User | yc |
Submission Time | 2025-06-02 09:54:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:21:28: error: expected ‘;’ before ‘)’ token
21 | for (int j = i+1<j<t;j++){
| ^
| ;
cuberoot.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
cuberoot.cpp:7:14: note: to match this ‘{’
7 | signed main(){
| ^