Problem | choochoo |
---|---|
User | Kannan |
Submission Time | 2023-12-27 10:24:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:12:4: error: ‘chuggacount’ was not declared in this scope; did you mean ‘chuggcount’?
12 | chuggacount++;
| ^~~~~~~~~~~
| chuggcount
choochoo.cpp:15:5: error: ‘chuggacount’ was not declared in this scope; did you mean ‘chuggcount’?
15 | if(chuggacount % 2 == 0) {
| ^~~~~~~~~~~
| chuggcount