| Problem | lightningrod |
|---|---|
| User | samvar0907 |
| Submission Time | 2023-12-31 18:15:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:50:100: error: expected ‘;’ before ‘}’ token
50 | safe |= ((subsetMask & (1 << j)) && (abs(X[j]-X[i])) <= (abs(Y[j]) - Y[i]))
| ^
| ;
51 | }
| ~