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