Problem | lightningrod |
---|---|
User | mannshah1211 |
Submission Time | 2023-03-10 01:08:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:19:21: error: ‘x’ was not declared in this scope
19 | if(i != j && abs(x[i] - x[j]) <= y[i] - y[j]){
| ^
lightningrod.cpp:19:37: error: ‘y’ was not declared in this scope
19 | if(i != j && abs(x[i] - x[j]) <= y[i] - y[j]){
| ^