fork(1) download
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. unsigned long long number = 123654123654123LL;
  6. printf("%llu\n", number);
  7.  
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
123654123654123