Problem sumint
User Leeyee
Submission Time 2025-08-04 16:44:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:7: error: expected ‘;’ before ‘cin’
6 | c = 0
| ^
| ;
7 | cin >> a;
| ~~~