| Problem | lightningrod |
|---|---|
| User | trashcan08 |
| Submission Time | 2024-12-16 14:31:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:24:22: error: ‘Yi’ was not declared in this scope; did you mean ‘i’?
24 | a.insert(make_pair(Yi, make_pair(Xi, false)));
| ^~
| i
lightningrod.cpp:24:36: error: ‘Xi’ was not declared in this scope; did you mean ‘i’?
24 | a.insert(make_pair(Yi, make_pair(Xi, false)));
| ^~
| i