| Problem | snowball |
|---|---|
| User | aiden |
| Submission Time | 2026-01-07 20:32:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:9:2: error: ‘cin’ was not declared in this scope
9 | cin >> n >> d;
| ^~~
snowball.cpp:28:2: error: ‘cout’ was not declared in this scope
28 | cout << total;
| ^~~~