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 @@ -100,6 +100,7 @@ const ABC_LIKE: ContestPrefix = {
100100 hhkb2020 : 'HHKB プログラミングコンテスト 2020' ,
101101 panasonic2020 : 'パナソニックプログラミングコンテスト 2020' ,
102102 jsc2021 : '第二回日本最強プログラマー学生選手権' ,
103+ 'jsc2025advance-final' : '日本最強プログラマー学生選手権~Advance~' ,
103104} as const ;
104105const abcLikePrefixes = new Set ( getContestPrefixes ( ABC_LIKE ) ) ;
105106
Original file line number Diff line number Diff line change @@ -207,6 +207,10 @@ export const abcLike = [
207207 contestId : 'jsc2021' ,
208208 expected : ContestType . ABC_LIKE ,
209209 } ) ,
210+ createTestCaseForContestType ( '日本最強プログラマー学生選手権~Advance~' ) ( {
211+ contestId : 'jsc2025advance-final' ,
212+ expected : ContestType . ABC_LIKE ,
213+ } ) ,
210214] ;
211215
212216export const arcLike = [
You can’t perform that action at this time.
0 commit comments