Problem | sumint |
---|---|
User | Armnotsostrong123456 |
Submission Time | 2025-02-15 09:34:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:2:8: error: ‘cin’ was not declared in this scope
2 | int d; cin >> d; int sum = 0;
| ^~~
sumint.cpp:11:1: error: ‘cout’ was not declared in this scope
11 | cout << sum;
| ^~~~