| Problem | sumint |
|---|---|
| User | ansel |
| Submission Time | 2024-05-20 19:42:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>d;
| ^~~
sumint.cpp:8:5: error: ‘cout’ was not declared in this scope
8 | cout<<meows;
| ^~~~