Problem sumint
User 90Dream09
Submission Time 2026-01-28 16:11:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:19:10: error: expected ‘}’ at end of input
19 | return 0;
| ^
sumint.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^