Problem choochoo
User aa24codebreaker
Submission Time 2023-11-15 08:35:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp:8:5: error: stray ‘\303’ in program
8 | int × = 0;
| ^
choochoo.cpp:8:6: error: stray ‘\227’ in program
8 | int × = 0;
| ^
choochoo.cpp: In function ‘int32_t main()’:
choochoo.cpp:8:8: error: expected unqualified-id before ‘=’ token
8 | int × = 0;
| ^
choochoo.cpp:9:15: error: ‘iN’ was not declared in this scope; did you mean ‘i’?
9 | for (int i=0; iN; i++) {
| ^~
| i
choochoo.cpp:12:1: error: ‘X’ was not declared in this scope
12 | X = x + 1;
| ^
choochoo.cpp:12:5: error: ‘x’ was not declared in this scope
12 | X = x + 1;
| ^
choochoo.cpp:14:5: error: ‘x’ was not declared in this scope
14 | if (x%2 == 0){
| ^
choochoo.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
choochoo.cpp:4:16: note: to match this ‘{’
4 | int32_t main (){
|