Skip to content

Commit 9fb4e6f

Browse files
committed
add comment
1 parent ffb6e17 commit 9fb4e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-frontend/src/utils/ContestClassifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const classifyOtherRatedContest = (contest: Contest): ContestCategory => {
4545

4646
export const classifyContest = (
4747
contest: Contest,
48-
problemCount = 100
48+
problemCount = 100 // TODO: This function can not classify a non-AHC heuristic contest with this default parameter.
4949
): ContestCategory => {
5050
if (/^abc\d{3}$/.exec(contest.id)) {
5151
return "ABC";

0 commit comments

Comments
 (0)