김태오

handling big integers cpp 본문

Algorithm

handling big integers cpp

ystc1247 2023. 7. 22. 05:34

other than handling big ints with long long, it is possible to use __int128 - can store up to 2^128

 

https://gcc.gnu.org/onlinedocs/gcc/_005f_005fint128.html

'Algorithm' 카테고리의 다른 글

Quick declaration of function  (0) 2023.07.21