Problem sumint
User Dannyboy
Submission Time 2023-11-08 10:55:56
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
| ~~~~
sumint.cpp:12:6: error: expected ‘;’ before ‘a’
12 | cout a;
| ^~
| ;