Problem lightningrod
User trashcan08
Submission Time 2024-12-16 13:52:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:24:5: error: ‘Yi’ was not declared in this scope; did you mean ‘i’?
24 | a[Yi] = make_pair(Xi, false);
| ^~
| i
lightningrod.cpp:24:21: error: ‘Xi’ was not declared in this scope; did you mean ‘i’?
24 | a[Yi] = make_pair(Xi, false);
| ^~
| i