fork download
  1. #include <iostream>
  2. #include <iomanip>
  3. using namespace std;
  4.  
  5. int main() {
  6. double powerReduction = 0.0f;
  7. std::cout << std::setprecision(6) << std::setw(6) << float(powerReduction) << std::endl;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
     0