Problem | guanine |
---|---|
User | dieunq1309 |
Submission Time | 2023-07-14 11:10:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘for’
11 | for (int i = 0; i < N; i++)
| ^~~
guanine.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < N; i++)
| ^