fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. unsigned long a = 2075000020;
  5. unsigned long b = 100000000;
  6. unsigned long result = a + b;
  7.  
  8. printf("%lu", result);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
2175000020