We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Mathematics
- Fundamentals
- Most Distant
- Discussions
Most Distant
Most Distant
Sort by
recency
|
75 Discussions
|
Please Login in order to post a comment
My Python3 version
Can someone explain where i was wrong, i failed 17 cases
Can someone explain where i am wrong, i fail 17 cases
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.