| Problem | digits2 |
|---|---|
| User | weccs |
| Submission Time | 2026-03-07 14:49:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
digits2.cpp: In function ‘int main()’:
digits2.cpp:42:18: error: ‘class std::unordered_map<std::__cxx11::basic_string<char>, long long int>’ has no member named ‘contains’
42 | if (dist.contains(u) && dist[u] <= w) continue;
| ^~~~~~~~
digits2.cpp:58:18: error: ‘class std::unordered_map<std::__cxx11::basic_string<char>, long long int>’ has no member named ‘contains’
58 | if (dist.contains(v[i])) {
| ^~~~~~~~