Problem | nycoordinates |
---|---|
User | ethanlinHoucheng |
Submission Time | 2024-11-03 23:31:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nycoordinates.cpp: In function ‘void solution()’:
nycoordinates.cpp:19:160: error: ‘L’ was not declared in this scope
19 | if( (beds[i].first - beds[j].first) * (beds[i].first - beds[j].first) + (beds[i].second - beds[j].second ) * (beds[i].second - beds[j].second ) <= L*L){
| ^