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

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | cout << b
| ^
| ;
12 | }
| ~