Problem | snacks |
---|---|
User | CoderBC |
Submission Time | 2025-03-14 12:49:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:29:29: error: ‘class std::unordered_map<int, int>’ has no member named ‘lower_bound’
29 | for (auto it = freq.lower_bound(l); it != freq.end() && it->first <= r;) {
| ^~~~~~~~~~~
snacks.cpp:31:38: error: ‘count’ was not declared in this scope
31 | total_sum -= 1LL * val * count;
| ^~~~~