| Problem | sumint |
|---|---|
| User | ggracekkim |
| Submission Time | 2025-10-27 15:34:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> d;
| ^~~
sumint.cpp:15:5: error: ‘cout’ was not declared in this scope
15 | cout << sum;
| ^~~~