Problem | countalp |
---|---|
User | Qxhb3 |
Submission Time | 2023-04-08 22:55:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:13:3: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (i = 0; i < N; i++) {
| ^~~
countalp.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for (i = 0; i < N; i++) {
| ^
countalp.cpp:13:19: error: ‘N’ was not declared in this scope
13 | for (i = 0; i < N; i++) {
| ^