You are viewing a single comment's thread. Return to all comments →
For people using c++, change the output line to: fout << std::setprecision (18) << result << "\n";
otherwise, the default precision does not meet the criteria in many of the test cases.
Seems like cookies are disabled on this browser, please enable them to open this website
Most Distant
You are viewing a single comment's thread. Return to all comments →
For people using c++, change the output line to: fout << std::setprecision (18) << result << "\n";
otherwise, the default precision does not meet the criteria in many of the test cases.