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

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

Does Codeforces Online Judge allow us to use Boost Library for C++ ?

It would help and ease the issue of big integers...

Or what is the alternative for that ? Obviously I can handle using mod at times...but any other easy alternative?

Any suggestion is much appreciated :)

Thanks :)

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится -16 Проголосовать: не нравится

Easy alternative is to use Python.

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

Copy bigint implementation from other people's codes. Really fast multiplication is important, for example.