Problem sumint
User hongyu
Submission Time 2024-06-18 11:31:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:9: error: expected ‘;’ before ‘x’
11 | ans ++ x;
| ^~
| ;
sumint.cpp:13:10: error: ‘x’ was not declared in this scope
13 | cout << x;
| ^