File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
9797const ABC_LIKE : ContestPrefix = {
98+ aising2020 : 'エイシング プログラミング コンテスト 2020' ,
9899 panasonic2020 : 'パナソニックプログラミングコンテスト 2020' ,
99100} as const ;
100101const abcLikePrefixes = new Set ( getContestPrefixes ( ABC_LIKE ) ) ;
@@ -162,7 +163,10 @@ const atCoderUniversityPrefixes = getContestPrefixes(ATCODER_UNIVERSITIES);
162163const 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本戦' ,
You can’t perform that action at this time.
0 commit comments