Problem | lightningrod |
---|---|
User | samvar0907 |
Submission Time | 2023-12-31 18:34:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:40:80: error: ‘y’ was not declared in this scope
40 | safe |= (bm & (1 << j)) && (abs(X[j] - X[i]) <= abs(Y[j] - y[i]));
| ^