-
Notifications
You must be signed in to change notification settings - Fork 26
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
u32 modulo fix #112
base: master
Are you sure you want to change the base?
u32 modulo fix #112
Conversation
6428bd4
to
9dca5a2
Compare
Rebased commit to current |
AtCoder Library Practice Contest F - Convolution |
@mizar Does this fix correspond to a PR in atcoder/ac-library, or is this an original improvement? |
@TonalidadeHidrica |
This proposed change has been incorporated into ACL 1.5.1 and is expected to be available in the 202301 language update for C++.
|
Regarding the proposed atcoder/ac-library#164 (comment)
|
#111
Fix a problem with cases like 2^31 < modulo < 2^32 due to poor implementation of ac-library's overflow/underflow check.