| Problem | nycoordinates |
|---|---|
| User | shaekpie |
| Submission Time | 2026-06-24 16:57:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nycoordinates.cpp: In function βint main()β:
nycoordinates.cpp:20:83: error: expected primary-expression before β<=β token
20 | if ((C[i][1]-C[j][1])*(C[i][1]-C[j][1]) + (C[i][2]-C[j][2])*(C[i][2]-C[j][2])) <= L*L){
| ^~