Codeforces::uint128_t implementation

Revision en2, by dmkz, 2018-12-27 19:27:44

Hi! Maybe someone wants to realize crazy ideas using uint128_t during contest. I implemented some functionality (<<,>>,-,+,*,%,/) and tested on problem 984C. Finite or not?. If there are any bugs or optimizations which can reduce runtime, please tell.

Tags uint128_t

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English dmkz 2018-12-27 19:27:44 2 Tiny change: 'can reduce, runtime please te' -> 'can reduce runtime, please te'
en1 English dmkz 2018-12-27 11:16:47 409 Initial revision (published)