Skip to content

Commit ce43b0c

Browse files
committed
✨ Add tasks for priority queue (#1701)
1 parent 874309e commit ce43b0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/utils/contest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const classifyContest = (contest_id: string) => {
9595
// HACK: As of December 2024, the following contests are applicable.
9696
// Note: The classification logic may need to be revised when new contests are added.
9797
const ABC_LIKE: ContestPrefix = {
98+
aising2020: 'エイシング プログラミング コンテスト 2020',
9899
panasonic2020: 'パナソニックプログラミングコンテスト 2020',
99100
} as const;
100101
const abcLikePrefixes = new Set(getContestPrefixes(ABC_LIKE));
@@ -162,7 +163,10 @@ const atCoderUniversityPrefixes = getContestPrefixes(ATCODER_UNIVERSITIES);
162163
const ATCODER_OTHERS: ContestPrefix = {
163164
chokudai_S: 'Chokudai SpeedRun',
164165
'code-festival-2014-final': 'Code Festival 2014 決勝',
166+
'code-thanks-festival': 'CODE THANKS FESTIVAL',
165167
donuts: 'Donutsプロコンチャレンジ',
168+
indeednow: 'Indeedなう',
169+
'dwacon2017-prelims': '第3回 ドワンゴからの挑戦状 予選',
166170
'mujin-pc-2016': 'Mujin Programming Challenge 2016',
167171
'mujin-pc-2018': 'Mujin Programming Challenge 2018',
168172
'tenka1-2016-final': '天下一プログラマーコンテスト2016本戦',

0 commit comments

Comments
 (0)