fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.  
  5. float a = 112.333335f;
  6. printf("%5.2f\n",a);
  7.  
  8. }
Success #stdin #stdout 0s 4368KB
stdin
Standard input is empty
stdout
112.33