fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. double p = 1234567890123456789012345678901234567890.0;
  6.  
  7. printf("%.0lf", p);
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
1234567890123456846996462118072609669120