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

Basic atcoder support #112

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Basic atcoder support #112

merged 1 commit into from
Aug 26, 2023

Conversation

kunyavskiy
Copy link
Contributor

No description provided.

}
let mode = contestInfo.penaltyRoundingMode;
if (mode === "sum_in_seconds" || mode === "last") {
return Math.floor(penalty / 60) + ":" + (penalty % 60);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need some help here. First of all, this is not correct as it prints 192:6 instead of 192:06.
But it also too wide for this cell. Can you please fix it?

@kunyavskiy kunyavskiy merged commit af6c202 into main Aug 26, 2023
3 checks passed
@kunyavskiy kunyavskiy deleted the atcoder branch August 30, 2023 20:41
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.

1 participant