| Problem | sumint |
|---|---|
| User | betterthanreality1001 |
| Submission Time | 2024-02-13 21:39:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin>>i;
| ^~~
sumint.cpp:12:1: error: ‘cout’ was not declared in this scope
12 | cout<<m;
| ^~~~