[ prog / sol / mona ]

prog


LISP Puzzles

29 2020-04-09 09:55 *

I mean "%d" specifies a signed int whose size is only guaranteed to be at least 16 bits.
"%llu" is unregnized and "%lu" yields

$ echo "50000940106333921296" | gawk '{printf "%lu\n", $1}'
5.00009e+19
157


VIP:

do not edit these