fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. float x=12.3456789;
  5. printf ("%.1f\n",x);
  6. return 0 ;
  7. }
Success #stdin #stdout 0s 5324KB
stdin

stdout
12.3