Problem bacteria
User AlphanumericUsername
Submission Time 2024-01-22 22:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bacteria.cpp: In function ‘int32_t main()’:
bacteria.cpp:140:20: error: ‘class std::unordered_set<long long int>’ has no member named ‘lower_bound’
140 | auto S = s.lower_bound(b);
| ^~~~~~~~~~~
bacteria.cpp:141:20: error: ‘class std::unordered_set<long long int>’ has no member named ‘upper_bound’
141 | auto E = s.upper_bound(c);
| ^~~~~~~~~~~