Problem | commando |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-12-29 19:56:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
commando.cpp: In function ‘int32_t main()’:
commando.cpp:61:26: error: expected primary-expression before ‘)’ token
61 | for(int j = 0; j<)
| ^
commando.cpp:61:26: error: expected ‘;’ before ‘)’ token
61 | for(int j = 0; j<)
| ^
| ;
commando.cpp:62:5: error: expected primary-expression before ‘}’ token
62 | }
| ^