Problem | sumint |
---|---|
User | blob |
Submission Time | 2023-11-08 11:22:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:14: error: ‘i’ was not declared in this scope
5 | cin >> d >> i;
| ^
sumint.cpp:7:13: error: expected ‘;’ before ‘}’ token
7 | cout << i
| ^
| ;
8 | }
| ~