fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. float a = 200.1343;
  6. printf("%4.1f\n", a);
  7. return 0;
  8. }
Success #stdin #stdout 0s 4436KB
stdin
Standard input is empty
stdout
200.1