fork(1) download
  1. #include <iostream>
  2.  
  3. int main() {
  4. long double w = -0.00161579L;
  5. long double rho = -3.23158e-05L;
  6. long double Igrad = 0.0004L;
  7. const long double gamma = 0.02L;
  8.  
  9. w = w - rho * gamma / Igrad;
  10.  
  11. std::cout << w << std::endl;
  12. }
Success #stdin #stdout 0s 2928KB
stdin
Standard input is empty
stdout
0