fork(17) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. long long unsigned int NUMBER = 4294967295ULL * 4294967295ULL;
  5. printf("%llu", NUMBER);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 1720KB
stdin
Standard input is empty
stdout
18446744065119617025