#include <stdio.h> int main(void) { float b = 2.5; printf("b=%.1f\n",b); // your code goes here return 0;}
Standard input is empty
b=2.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!