We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is smthg wrong with testcases for Two Friends problem.
Two Friends
Sample of test case;
TEST(new int[][]{new int[]{0, 0}, new int[]{0, 0}, new int[]{4, 0}, new int[]{4, 3}}, "1E-05");
Its looks like that,
So, from my point of view answer should be 0. Why testcase returning 0.00001? Moreover, why system shows 0 as wrong answer?
Another example:
TEST(new int[][]{new int[]{0, 0}, new int[]{0, 0}, new int[]{100, 100}, new int[]{100, 0}}, "1E-05");
Same question here.
The text was updated successfully, but these errors were encountered:
I submitted my code (which not passed on JAlgo) to codeforces - full solution :)
Sorry, something went wrong.
No branches or pull requests
There is smthg wrong with testcases for
Two Friends
problem.Sample of test case;
Its looks like that,
So, from my point of view answer should be 0. Why testcase returning 0.00001? Moreover, why system shows 0 as wrong answer?
Another example:
Same question here.
The text was updated successfully, but these errors were encountered: