Problem sumint
User Chris
Submission Time 2024-11-22 10:04:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:18:20: error: expected ‘;’ before ‘return’
18 | cout << d << total
| ^
| ;
19 | return 0;
| ~~~~~~