Problem sumint
User WangZhenxuan
Submission Time 2025-06-17 16:58:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:14:17: error: expected ‘;’ before ‘total’
14 | cin >> x
| ^
| ;
15 | total += x; //--> total = total + x;
| ~~~~~