Problem sumint
User tacticalnerd
Submission Time 2024-04-13 11:11:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:11: error: expected ‘;’ before ‘sum’
8 | cin >> x
| ^
| ;
9 | sum += x;
| ~~~