Problem | smurf |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-03-22 13:40:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:23:30: error: expected ‘;’ at end of input
23 | for (int j = i; j < N
| ~^
| ;
smurf.cpp:23:29: error: expected primary-expression at end of input
23 | for (int j = i; j < N
| ^
smurf.cpp:23:30: error: expected ‘)’ at end of input
23 | for (int j = i; j < N
| ~ ~^
| )
smurf.cpp:23:29: error: expected statement at end of input
23 | for (int j = i; j < N
| ^
smurf.cpp:23:29: error: expected ‘}’ at end of input
smurf.cpp:14:33: note: to match this ‘{’
14 | for (int i = 0; i < N; ++i) {
| ^
smurf.cpp:23:29: error: expected ‘}’ at end of input
23 | for (int j = i; j < N