fork download
  1. #include <iostream>
  2. #include <iomanip>
  3. using namespace std;
  4.  
  5. int main() {
  6. // your code goes here
  7. long double num = 1726155430283 / 1000.0;
  8. cout << "Scientific " << std::setprecision(12) << num << endl;
  9. return 0;
  10. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Scientific 1726155430.28