Блог пользователя anishde85

Автор anishde85, история, 4 года назад, По-английски

isn't sortedcontainers not allowed in codeforces?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Assuming you are talking about C++, I'm wondering how did you become an expert without using maps/sets even once. Strange :O

»
4 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Sorted Containers is an open-source project which can be installed as a separate package. Talking of Codeforces, no you cannot use it here. You may use heapq for that. If you want to compare objects then you need to define a separate comparator function for that purpose.