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

update Baltic Editor #4987

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

update Baltic Editor #4987

wants to merge 8 commits into from

Conversation

Sosuke23
Copy link
Contributor

Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.

  • I have tested my code.
  • I have added my solution according to the steps here.
  • I have followed the code conventions mentioned here.
    • I understand that if it is clear that I have not attempted to follow these conventions, my PR will be closed.
    • If changes are requested, I will re-request a review after addressing them.
  • I have linked this PR to any issues that it closes.

The previous solution resulted in RE because the range of max_n was only taken until 2e5, when it should be 3e5, as mentioned in the problem.

AC (C++): https://oj.uz/submission/1127122
AC (PY): https://oj.uz/submission/1127124

@Sosuke23 Sosuke23 requested a review from dongliuu as a code owner December 16, 2024 15:23
ps(u...);
}
```cpp
#include <assert.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use cassert instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

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

Successfully merging this pull request may close these issues.

3 participants