Problem | choochoo |
---|---|
User | Yifei1234 |
Submission Time | 2023-02-27 17:05:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:7:1: error: expected ‘,’ or ‘;’ before ‘for’
7 | for ( int i=0,i<n,i++){
| ^~~
choochoo.cpp:15:5: error: expected primary-expression before ‘%’ token
15 | if (%2=0){}
| ^
choochoo.cpp: At global scope:
choochoo.cpp:18:1: error: expected unqualified-id before ‘if’
18 | if (%2==!){
| ^~
choochoo.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^