Problem sumint
User anna15
Submission Time 2024-04-13 11:27:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:14:18: error: expected ‘}’ at end of input
14 | cout << d <<"/n";
| ^
sumint.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^