Problem | lightningrod |
---|---|
User | MagicHenry |
Submission Time | 2024-02-22 20:23:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:26:10: error: ‘covers’ was not declared in this scope
26 | if(covers(s.top().first, x[i], s.top().second, y[i])) continue;
| ^~~~~~
lightningrod.cpp:27:14: error: ‘covers’ was not declared in this scope
27 | while (covers(x[i],s.top().first,y[i],s.top().second)) {
| ^~~~~~