fork download
  1. #include <cstdio>
  2.  
  3. int main() {
  4. // your code goes here
  5. float f = 15203.f;
  6. float d = 0.016f;
  7. float r = f+d;
  8. printf("%f, %f", f, r);
  9. return 0;
  10. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
15203.000000, 15203.015625