Problem | choochoo |
---|---|
User | AppleOnAstick |
Submission Time | 2023-11-15 08:56:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int32_t main()’:
choochoo.cpp:8:6: error: redeclaration of ‘long long int n’
8 | int n=>0;
| ^
choochoo.cpp:6:5: note: ‘long long int n’ previously declared here
6 | int n = 102;
| ^
choochoo.cpp:8:8: error: expected primary-expression before ‘>’ token
8 | int n=>0;
| ^