Problem lightningrod
User SuspiciousAmogus
Submission Time 2024-05-24 15:16:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:29:25: error: ‘y’ was not declared in this scope
29 | v.push_back(make_pair(y, x));
| ^
lightningrod.cpp:29:28: error: ‘x’ was not declared in this scope
29 | v.push_back(make_pair(y, x));
| ^
lightningrod.cpp:35:9: error: ‘n’ was not declared in this scope
35 | while (n) {
| ^