File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
test/lib/utils/test_cases Expand file tree Collapse file tree 2 files changed +5
-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 June 2025, 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+ caddi2018b : 'CADDi 2018 for Beginners' ,
9899 aising2020 : 'エイシング プログラミング コンテスト 2020' ,
99100 hhkb2020 : 'HHKB プログラミングコンテスト 2020' ,
100101 panasonic2020 : 'パナソニックプログラミングコンテスト 2020' ,
Original file line number Diff line number Diff line change @@ -187,6 +187,10 @@ export const agc = agcContestIds.map((contestId) =>
187187) ;
188188
189189export const abcLike = [
190+ createTestCaseForContestType ( 'CADDi 2018 for Beginners' ) ( {
191+ contestId : 'caddi2018b' ,
192+ expected : ContestType . ABC_LIKE ,
193+ } ) ,
190194 createTestCaseForContestType ( 'AISing 2020' ) ( {
191195 contestId : 'aising2020' ,
192196 expected : ContestType . ABC_LIKE ,
You can’t perform that action at this time.
0 commit comments