Problem sumint
User Hengweezy
Submission Time 2024-01-30 12:17:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:12: error: expected ‘}’ at end of input
13 | return ans;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^