fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. float f;
  6. while(std::cin >> f)
  7. {
  8. std::cout << f << "\n";
  9. }
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0s 3276KB
stdin
7630000.0
2150000.0
5.85E7
4810000.0
1.863E8
2023428.2112
3.365126E9
stdout
7.63e+06
2.15e+06
5.85e+07
4.81e+06
1.863e+08
2.02343e+06
3.36513e+09