| Problem | globalwarming |
|---|---|
| User | lexuantung71 |
| Submission Time | 2026-07-16 21:15:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp:17:26: error: stray ‘#’ in program
17 | arr.push_back({0,0});#include <bits/stdc++.h>
| ^
globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:17:27: error: ‘include’ was not declared in this scope
17 | arr.push_back({0,0});#include <bits/stdc++.h>
| ^~~~~~~
globalwarming.cpp:17:36: error: ‘bits’ was not declared in this scope
17 | arr.push_back({0,0});#include <bits/stdc++.h>
| ^~~~
globalwarming.cpp:17:41: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
17 | arr.push_back({0,0});#include <bits/stdc++.h>
| ^~~~
| std
globalwarming.cpp:18:1: error: expected primary-expression before ‘using’
18 | using namespace std;
| ^~~~~
globalwarming.