Problem | sumint |
---|---|
User | blob |
Submission Time | 2023-11-08 11:27:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cin’
6 | cin >> d >> i;
| ^~~
sumint.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | cout << i
| ^
| ;
9 | }
| ~