Problem sumint
User Ant1234567890
Submission Time 2025-06-09 10:04:33
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 | count+=t
| ^
| ;
12 | }
| ~