fork download
  1. #include <cmath>
  2. #include <cstdio>
  3.  
  4. int main()
  5. {
  6. int i = 1, j = 2;
  7. double f = exp(-0.3*(i+j))*(j-5.3)*(j-0.7)*(j-6.5)*pow(i+j,2);
  8.  
  9. printf("%f\n", f);
  10. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
70.639446