Problem sumint
User Dana
Submission Time 2023-11-08 11:57:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:11: error: expected ‘;’ before ‘return’
12 | cout << d
| ^
| ;
13 | return 0;
| ~~~~~~