fork(1) download
  1. #include <iostream>
  2. #include <cmath>
  3. #include <iomanip>
  4. #include <algorithm>
  5. using namespace std;
  6. int main(){
  7. double a;
  8. cin>>a;
  9. cout<<(a);
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5288KB
stdin
8.123 6.234 5.123 888.001. 0.999 5.9999002 3.567 8.1234 1.901
stdout
8.123