| Problem | nycoordinates |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-19 21:17:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nycoordinates.cpp: In function ‘int main()’:
nycoordinates.cpp:8:12: error: expected primary-expression before ‘>>’ token
8 | cin >> N; >> L;
| ^~
nycoordinates.cpp:18:7: error: expected ‘(’ before ‘dis’
18 | if dis(beds[i], beds[j] <= L*L){
| ^~~
| (