File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/lib/utils/test_cases Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ export const classifyContest = (contest_id: string) => {
9595// HACK: As of September 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- 'tenka1-2017-beginner' : 'Tenka1 Programmer Beginner Contest' ,
98+ 'tenka1-2017-beginner' : 'Tenka1 Programmer Beginner Contest 2017 ' ,
9999 abl : 'ACL Beginner Contest' ,
100100 caddi2018b : 'CADDi 2018 for Beginners' ,
101101 'soundhound2018-summer-qual' : 'SoundHound Inc. Programming Contest 2018 -Masters Tournament-' ,
102- 'tenka1-2018-beginner' : 'Tenka1 Programmer Beginner Contest' ,
102+ 'tenka1-2018-beginner' : 'Tenka1 Programmer Beginner Contest 2018 ' ,
103103 aising2019 : 'エイシング プログラミング コンテスト 2019' ,
104104 sumitrust2019 : '三井住友信託銀行プログラミングコンテスト2019' ,
105105 'tenka1-2019-beginner' : 'Tenka1 Programmer Beginner Contest 2019' ,
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export const agc = agcContestIds.map((contestId) =>
187187) ;
188188
189189export const abcLike = [
190- createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest' ) ( {
190+ createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest 2017 ' ) ( {
191191 contestId : 'tenka1-2017-beginner' ,
192192 expected : ContestType . ABC_LIKE ,
193193 } ) ,
@@ -203,7 +203,7 @@ export const abcLike = [
203203 contestId : 'soundhound2018-summer-qual' ,
204204 expected : ContestType . ABC_LIKE ,
205205 } ) ,
206- createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest' ) ( {
206+ createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest 2018 ' ) ( {
207207 contestId : 'tenka1-2018-beginner' ,
208208 expected : ContestType . ABC_LIKE ,
209209 } ) ,
You can’t perform that action at this time.
0 commit comments