fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. long int a;
  6. long long int b;
  7. a = 2222222222;
  8. b = 444444444444;
  9. printf("%lf\n",a);
  10. printf("%lf\n",b);
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
0.000000
0.000000