#include <iostream> int main() { float f; while(std::cin >> f) { std::cout << f << "\n"; } return 0;}
7630000.0 2150000.0 5.85E7 4810000.0 1.863E8 2023428.2112 3.365126E9
7.63e+06 2.15e+06 5.85e+07 4.81e+06 1.863e+08 2.02343e+06 3.36513e+09
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!