| Problem | citymapping |
|---|---|
| User | Xiaoyang |
| Submission Time | 2023-03-16 17:32:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
citymapping.cpp: In function ‘void find_roads(int, int, int*, int*, int*)’:
citymapping.cpp:30:7: error: ‘get_distance’ was not declared in this scope
30 | if(get_distance(i,j)==1){
| ^~~~~~~~~~~~