fork download
  1. #include <iostream>
  2.  
  3. int main() {
  4. double a = 3421001.5422;
  5. std::cout << std::fixed << a;
  6. return 0;
  7. }
Success #stdin #stdout 0s 3096KB
stdin
Standard input is empty
stdout
3421001.542200