Problem sumint
User lixinpei123
Submission Time 2024-01-29 16:30:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:22: error: expected ‘;’ before ‘cout’
9 | answer = answer + x
| ^
| ;
10 | cout << answer;
| ~~~~