sridhar153999's blog

By sridhar153999, history, 5 years ago, In English

include<boost/multiprecision/cpp_int.hpp>

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

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
5 years ago, # |
  Vote: I like it +11 Vote: I do not like it

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.