#include <stdio.h> int main() { float x=12.3456789; printf ("%.1f\n",x); return 0 ;}
12.3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!