Problem sumint
User earthyeet
Submission Time 2025-07-29 11:14:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:18: error: expected ‘;’ before ‘int’
8 | int a; cin >> a
| ^
| ;
9 | int a = tmp++
| ~~~
sumint.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | cout << tmp
| ^
| ;
12 | }
| ~