| Problem | citymapping |
|---|---|
| User | HighLithop |
| Submission Time | 2026-02-08 16:30:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
citymapping.cpp:11:1: error: ‘map’ does not name a type
11 | map<pair<ll, ll>, ll> cache;
| ^~~
citymapping.cpp: In function ‘ll zindex_get_distance(ll, ll)’:
citymapping.cpp:25:22: error: ‘cache’ was not declared in this scope
25 | auto cache_hit = cache.find({a, b});
| ^~~~~