fork download
  1. #include <iostream>
  2. #include <vector>
  3. using namespace std;
  4.  
  5. constexpr float tupRbBbHlz = (((1.0f - 1.0f) * (81.0f - 64.0f)) + (1.0f - 1.0f));
  6. // should equal 0
  7. constexpr float MeNdIds9HW = (((1.0f / 2.0f) / (55.0f + 12.0f)) - (1.0f / 2.0f));
  8. // should equal -0.49253731343284
  9. constexpr float g7qutm2wwP = (((2.0f * 1.0f) / (30.0f - 3.0f)) - ((2.0f * 1.0f) / (21.0f + 40.0f)));
  10. // should equal 0.041287188828172
  11. constexpr float M55H8lPzQi = (((1.0f * 1.0f) / (88.0f - 82.0f)) - ((1.0f * 1.0f) + (71.0f + 2.0f)));
  12. // should equal -73.833333333333
  13. constexpr float FoVru_7DlW = ((2.0f + 2.0f) + (2.0f + 2.0f));
  14. // should equal 8
  15. constexpr float xJBgrCuCfW = ((1.0f + 1.0f) + (1.0f + 1.0f));
  16. // should equal 4
  17. constexpr float F2d92lMnhY = (((1.0f * 1.0f) / (51.0f / 6.0f)) + (1.0f * 1.0f));
  18. // should equal 1.1176470588235
  19. constexpr float km_gy1oPab = ((2.0f * 2.0f) - (2.0f * 2.0f));
  20. // should equal 0
  21. constexpr float oC0mawpL3_ = ((2.0f / 1.0f) * (2.0f / 1.0f));
  22. // should equal 4
  23. constexpr float bXpJZOy8Z1 = ((2.0f + 2.0f) / (2.0f + 2.0f));
  24. // should equal 1
  25. int main() {
  26. vector<float> vars;
  27. vars.push_back(tupRbBbHlz);
  28. vars.push_back(MeNdIds9HW);
  29. vars.push_back(g7qutm2wwP);
  30. vars.push_back(M55H8lPzQi);
  31. vars.push_back(FoVru_7DlW);
  32. vars.push_back(xJBgrCuCfW);
  33. vars.push_back(F2d92lMnhY);
  34. vars.push_back(km_gy1oPab);
  35. vars.push_back(oC0mawpL3_);
  36. vars.push_back(bXpJZOy8Z1);
  37. for (auto it = vars.begin(); it != vars.end(); ++it) {
  38. cout << *it << endl;
  39. }
  40. return 0;
  41. }
Success #stdin #stdout 0s 2984KB
stdin
Standard input is empty
stdout
0
-0.492537
0.0412872
-73.8333
8
4
1.11765
0
4
1