| Problem | globalwarming |
|---|---|
| User | personjs |
| Submission Time | 2025-02-12 16:20:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:14:3: error: ‘cin’ was not declared in this scope
14 | cin >> n;
| ^~~
globalwarming.cpp:4:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
3 | #include <algorithm>
+++ |+#include <iostream>
4 |