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

No format analysis for ongoing ABC contests #286

Merged
merged 3 commits into from
Jun 7, 2024

Conversation

kyuridenamida
Copy link
Owner

Why is this change needed?

AtCoder changed its competition rules to forbid input format analysis for ongoing ABC contests.
To prevent atcoder-tools from being misused for ongoing ABC contests, we need a way to prevent users from triggering format analysis. At the same time, we want users to generate a prepared code template for each problem without format analysis.

Ref: https://atcoder.jp/posts/1246

What did you implement?

I added a special logic to skip input format analysis if the contest is ABC & ongoing.

What behavior do you expect?

If the contest is ABC and it's being held in real-time, format analysis is skipped, while the problem constant analysis and the template preparation work.

@kyuridenamida kyuridenamida added this to the 2.14.0 milestone Jun 7, 2024
@kyuridenamida kyuridenamida force-pushed the no-format-analysis-for-ongoing-abc branch from a57db5c to 5ce9011 Compare June 7, 2024 18:22
@kyuridenamida kyuridenamida merged commit 880a131 into stable Jun 7, 2024
3 checks passed
@kyuridenamida kyuridenamida deleted the no-format-analysis-for-ongoing-abc branch June 7, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant