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

Автор sridhar153999, история, 5 лет назад, По-английски

include<boost/multiprecision/cpp_int.hpp>

namespace mp = boost :: multiprecision; this header file is supported in codechef for big integer why not in codeforces?

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

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

Can you link a submission in codechef that uses that? :O

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

Boost is not a part of C++ Standard Library, and in many contests only STL is supported.

Plus, problems that require big integers are rarely seen nowadays.