Problem | smurf |
---|---|
User | ATHY |
Submission Time | 2024-06-11 10:47:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (ll i=0; i<N; i++) {
| ^~~
smurf.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (ll i=0; i<N; i++) {
| ^