#include <iostream>using namespace std; int main() {float f1,f2;f1=32.0/10;f2=32/10.0;printf("%f\n",f1);printf("%f",f2); return 0;}
Standard input is empty
3.200000 3.200000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!