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

#446: fix a bug with time limits which are less than 1 sec #447

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

kmyk
Copy link
Member

@kmyk kmyk commented Jun 13, 2019

close #446

0.5 sec でなくて 500 msec が来るせいで落ちるバグを修正します

AtCoderContest.list_problems() and AtCoderProblem.get_time_limit_msec()
@kmyk kmyk requested a review from fukatani June 13, 2019 23:18
Copy link
Contributor

@fukatani fukatani left a comment

Choose a reason for hiding this comment

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

LGTM

@fukatani fukatani merged commit e101db9 into master Jun 14, 2019
@fukatani fukatani deleted the issue/446 branch June 14, 2019 14:11
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.

AtCoderContest.list_problems() fails if there are problems with the time limits < 1 sec
2 participants