Skip to content
New issue

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

Omissions from OnlineJudge's test cases (A6) #26

Open
TekkenSteve opened this issue Jun 6, 2024 · 0 comments
Open

Omissions from OnlineJudge's test cases (A6) #26

TekkenSteve opened this issue Jun 6, 2024 · 0 comments

Comments

@TekkenSteve
Copy link

TekkenSteve commented Jun 6, 2024

What happened:
I actually found this out by accident, my Solver.java's visitor pattern had a misplaced context in one place, but A6's OJ didn't check for it until I got hit hard with it in A7.
kk
The ❌ part is code that is fooling OJ (A6), but will be exposed by local test cases in A7 .
ll
If there is an official will to improve the online testing,
My A6's Submission ID for the test is 81fc0b28a293035
I didn't touch the wrong code, you can easily reproduce the problem by downloading the Accepted commit from this A6 ID, taking Solver.java and putting it into A7, and perhaps the A7 error message will help you refine the A6 online test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant