| Problem | lightningrod |
|---|---|
| User | yc |
| Submission Time | 2025-06-01 06:27:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h> //include all relevant libraries
| ^~~~~~~
lightningrod.cpp:5:1: error: ‘deque’ does not name a type
5 | deque <pair<int,int>> n;
| ^~~~~
lightningrod.cpp:6:10: error: ‘pair’ was not declared in this scope
6 | bool hi (pair<int,int> a, pair<int,int> b){
| ^~~~
lightningrod.cpp:6:15: error: expected primary-expression before ‘int’
6 | bool hi (pair<int,int> a, pair<int,int> b){
| ^~~
lightningrod.cpp:6:19: error: expected primary-expression before ‘int’
6 | bool hi (pair<int,int> a, pair<int,int> b){
| ^~~
lightningrod.cpp:6:27: error: ‘pair’ was not declared in this scope
6 | bool hi (pair<int,int> a, pair<int,int> b){
| ^~~~
lightningrod.cpp:6:32: error: e