Problem eight
User IanGohYifeng
Submission Time 2026-08-19 19:58:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:9:14: error: expected initializer before ‘==’ token
9 | long long x == 0;
| ^~
eight.cpp:14:10: error: ‘x’ was not declared in this scope
14 | x += 1;
| ^
eight.cpp:18:10: error: ‘x’ was not declared in this scope
18 | cout << x;
| ^