Problem | lightningrod |
---|---|
User | justin271828 |
Submission Time | 2023-06-07 16:28:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:22:3: error: expected ‘(’ at end of input
22 | for
| ^~~
| (
lightningrod.cpp:22:3: error: expected primary-expression at end of input
22 | for
| ^~~
lightningrod.cpp:22:3: error: expected primary-expression at end of input
lightningrod.cpp:22:6: error: expected ‘;’ at end of input
22 | for
| ~~~^
| ;
lightningrod.cpp:22:3: error: expected primary-expression at end of input
22 | for
| ^~~
lightningrod.cpp:22:6: error: expected ‘)’ at end of input
22 | for
| ~~~^
| )
lightningrod.cpp:22:3: error: expected statement at end of input
22 | for
| ^~~
lightningrod.cpp:22:3: error: expected ‘}’ at end of input
lightningrod.cpp:21:32: note: to match this ‘{’
21 | for (int i = 0; i < N-1; i++) {
| ^
lightni