[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
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
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode