I use int128_t
in boost, multiprecision library.
When I write int128_t number = 265252859812191058636308480000000;
I have a mistake, that constant is too long.
How can I input 128-bit value correctly? For example:
AF5228967057FE1CB84B92511BE89A47
in int128_t?