fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. unsigned long long a = 6913259244;
  6. unsigned long long b = 71103343;
  7. printf("%llu\n", a*b);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
491555843274052692