mohitm's blog

By mohitm, history, 4 years ago, In English

I am new to codeforces, I tried boost library for big integers but it gave me error boost/multiprecision/cpp_int.hpp: No such file or directory Is it not possible to use boost library ?

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

| Write comment?
»
4 years ago, # |
  Vote: I like it +13 Vote: I do not like it

You have the source code. Copypaste it.

No, you're not allowed to include external libraries like Boost. If it fits in the source you're submitting, you can put it directly there.