Problem sumint
User Dannyboy
Submission Time 2023-11-08 10:56:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:11: error: expected ‘;’ before ‘long’
9 | cin >> b
| ^
| ;
10 | long long a+=b
| ~~~~