Problem lightningrod
User trashcan08
Submission Time 2024-12-16 16:55:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:31:36: error: ‘Xi’ was not declared in this scope; did you mean ‘i’?
31 | while (!s.empty() && isCovering(Xi, Yi, s.top().first, s.top().second)) {
| ^~
| i
lightningrod.cpp:31:40: error: ‘Yi’ was not declared in this scope; did you mean ‘i’?
31 | while (!s.empty() && isCovering(Xi, Yi, s.top().first, s.top().second)) {
| ^~
| i