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