@@ -187,6 +187,10 @@ export const agc = agcContestIds.map((contestId) =>
187187) ;
188188
189189export const abcLike = [
190+ createTestCaseForContestType ( 'AISing 2020' ) ( {
191+ contestId : 'aising2020' ,
192+ expected : ContestType . ABC_LIKE ,
193+ } ) ,
190194 createTestCaseForContestType ( 'Panasonic 2020' ) ( {
191195 contestId : 'panasonic2020' ,
192196 expected : ContestType . ABC_LIKE ,
@@ -295,6 +299,14 @@ export const atCoderOthers = [
295299 contestId : 'code-festival-2014-final' ,
296300 expected : ContestType . OTHERS ,
297301 } ) ,
302+ createTestCaseForContestType ( 'CODE THANKS FESTIVAL 2017' ) ( {
303+ contestId : 'code-thanks-festival-2017' ,
304+ expected : ContestType . OTHERS ,
305+ } ) ,
306+ createTestCaseForContestType ( 'CODE THANKS FESTIVAL 2018' ) ( {
307+ contestId : 'code-thanks-festival-2018' ,
308+ expected : ContestType . OTHERS ,
309+ } ) ,
298310 createTestCaseForContestType ( 'Donuts Procon Challenge 2014' ) ( {
299311 contestId : 'donuts-live2014' ,
300312 expected : ContestType . OTHERS ,
@@ -303,6 +315,14 @@ export const atCoderOthers = [
303315 contestId : 'donuts-2015' ,
304316 expected : ContestType . OTHERS ,
305317 } ) ,
318+ createTestCaseForContestType ( 'IndeedNow Qual B' ) ( {
319+ contestId : 'indeednow-qualb' ,
320+ expected : ContestType . OTHERS ,
321+ } ) ,
322+ createTestCaseForContestType ( '第3回 ドワンゴからの挑戦状 予選' ) ( {
323+ contestId : 'dwacon2017-prelims' ,
324+ expected : ContestType . OTHERS ,
325+ } ) ,
306326 createTestCaseForContestType ( 'MUJIN Programming Challenge 2016' ) ( {
307327 contestId : 'mujin-pc-2016' ,
308328 expected : ContestType . OTHERS ,
0 commit comments