Contact: aviboots(AT)netvision.net.il
39,884 questions
51,810 answers
573 users
#include <stdio.h> int main() { unsigned long long ull = 19038372765213089; printf("%llu", ull); char ch = getchar(); return 0; } /* run: 19038372765213089 */