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

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

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 ?

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

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

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.