#include <iostream>#include <iomanip> int main(){ std::cout << std::fixed << std::setprecision(6) << 42.0 << std::endl;}
Standard input is empty
42.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!