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