Problem sumint
User peepeepoop
Submission Time 2026-01-04 16:18:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘int’
8 | int d;
| ^~~
sumint.cpp:9:9: error: ‘d’ was not declared in this scope
9 | cin >> d;
| ^