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