| Problem | lightningrod |
|---|---|
| User | trashcan08 |
| Submission Time | 2024-12-16 17:04:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:31:51: error: ‘Xi’ was not declared in this scope; did you mean ‘i’?
31 | if (!isCovering(s.top().first, s.top().second, Xi, Yi)) {
| ^~
| i
lightningrod.cpp:31:55: error: ‘Yi’ was not declared in this scope; did you mean ‘i’?
31 | if (!isCovering(s.top().first, s.top().second, Xi, Yi)) {
| ^~
| i