Problem sumint
User pseudocoder101
Submission Time 2025-06-16 15:47:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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