@@ -187,6 +187,10 @@ export const agc = agcContestIds.map((contestId) =>
187187) ;
188188
189189export const abcLike = [
190+ createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest' ) ( {
191+ contestId : 'tenka1-2017-beginner' ,
192+ expected : ContestType . ABC_LIKE ,
193+ } ) ,
190194 createTestCaseForContestType ( 'ACL Beginner Contest' ) ( {
191195 contestId : 'abl' ,
192196 expected : ContestType . ABC_LIKE ,
@@ -195,6 +199,26 @@ export const abcLike = [
195199 contestId : 'caddi2018b' ,
196200 expected : ContestType . ABC_LIKE ,
197201 } ) ,
202+ createTestCaseForContestType ( 'SoundHound Inc. Programming Contest 2018 -Masters Tournament-' ) ( {
203+ contestId : 'soundhound2018-summer-qual' ,
204+ expected : ContestType . ABC_LIKE ,
205+ } ) ,
206+ createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest' ) ( {
207+ contestId : 'tenka1-2018-beginner' ,
208+ expected : ContestType . ABC_LIKE ,
209+ } ) ,
210+ createTestCaseForContestType ( 'エイシング プログラミング コンテスト 2019' ) ( {
211+ contestId : 'aising2019' ,
212+ expected : ContestType . ABC_LIKE ,
213+ } ) ,
214+ createTestCaseForContestType ( '三井住友信託銀行プログラミングコンテスト2019' ) ( {
215+ contestId : 'sumitrust2019' ,
216+ expected : ContestType . ABC_LIKE ,
217+ } ) ,
218+ createTestCaseForContestType ( 'Tenka1 Programmer Beginner Contest 2019' ) ( {
219+ contestId : 'tenka1-2019-beginner' ,
220+ expected : ContestType . ABC_LIKE ,
221+ } ) ,
198222 createTestCaseForContestType ( 'AISing 2020' ) ( {
199223 contestId : 'aising2020' ,
200224 expected : ContestType . ABC_LIKE ,
@@ -203,6 +227,10 @@ export const abcLike = [
203227 contestId : 'hhkb2020' ,
204228 expected : ContestType . ABC_LIKE ,
205229 } ) ,
230+ createTestCaseForContestType ( 'M-SOLUTIONS プロコンオープン 2020' ) ( {
231+ contestId : 'm-solutions2020' ,
232+ expected : ContestType . ABC_LIKE ,
233+ } ) ,
206234 createTestCaseForContestType ( 'Panasonic 2020' ) ( {
207235 contestId : 'panasonic2020' ,
208236 expected : ContestType . ABC_LIKE ,
@@ -211,6 +239,10 @@ export const abcLike = [
211239 contestId : 'jsc2021' ,
212240 expected : ContestType . ABC_LIKE ,
213241 } ) ,
242+ createTestCaseForContestType ( 'ZONeエナジー プログラミングコンテスト “HELLO SPACE”' ) ( {
243+ contestId : 'zone2021' ,
244+ expected : ContestType . ABC_LIKE ,
245+ } ) ,
214246 createTestCaseForContestType ( '日本最強プログラマー学生選手権~Advance~' ) ( {
215247 contestId : 'jsc2025advance-final' ,
216248 expected : ContestType . ABC_LIKE ,
0 commit comments