65    auto testcase1 = 125348;  
 
   66    auto testcase2 = 752080;  
 
   68    auto real_output1 = 354.045194855;  
 
   69    auto real_output2 = 867.225460881;  
 
   76    assert(std::max(test_result1, real_output1) -
 
   77               std::min(test_result1, real_output1) <
 
   80    assert(std::max(test_result2, real_output2) -
 
   81               std::min(test_result2, real_output2) <
 
   85    std::cout << 
"All tests have successfully passed!\n";