Problem sumint
User ihgfedcba
Submission Time 2024-03-26 16:44:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:19: error: expected ‘}’ at end of input
12 | printf("%d", sum);
| ^
sumint.cpp:4:1: note: to match this ‘{’
4 | {
| ^