-
Notifications
You must be signed in to change notification settings - Fork 511
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
Solution for max product #4299
Solution for max product #4299
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W pr
for more information, see https://pre-commit.ci
(also did you revert my changes or smth) |
Oh shoot I was just using the usaco.guide github thing and i think it overwrites changes 😭 mb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryanchou-dev merge at your recognizance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! thanks :)
Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.
Solution purposely leaves out details to encourage more thinking, although if reader is truly stuck they can consult implementation
ac submission: https://codeforces.com/gym/100886/submission/245660915
#4165