We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb6e17 commit 9fb4e6fCopy full SHA for 9fb4e6f
atcoder-problems-frontend/src/utils/ContestClassifier.ts
@@ -45,7 +45,7 @@ const classifyOtherRatedContest = (contest: Contest): ContestCategory => {
45
46
export const classifyContest = (
47
contest: Contest,
48
- problemCount = 100
+ problemCount = 100 // TODO: This function can not classify a non-AHC heuristic contest with this default parameter.
49
): ContestCategory => {
50
if (/^abc\d{3}$/.exec(contest.id)) {
51
return "ABC";
0 commit comments