File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
atcoder-problems-frontend/src/utils Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ export const classifyContest = (
7878 / ( ^ C h o k u d a i C o n t e s t | ハ ー フ マ ラ ソ ン | ^ H A C K T O T H E F U T U R E | A s p r o v a | H e u r i s t i c s C o n t e s t ) / . exec (
7979 contest . title
8080 ) ||
81- / ( ^ f u t u r e - m e e t s - y o u - c o n t e s t | ^ h o k u d a i - h i t a c h i ) / . exec ( contest . id ) ||
81+ / ( ^ f u t u r e - m e e t s - y o u - c o n t e s t | ^ h o k u d a i - h i t a c h i | ^ t o y o t a - h c ) / . exec (
82+ contest . id
83+ ) ||
8284 [
8385 "genocon2021" ,
8486 "stage0-2021" ,
@@ -97,7 +99,7 @@ export const classifyContest = (
9799 / ( C O D E F E S T I V A L | ^ D I S C O | 日 本 最 強 プ ロ グ ラ マ ー 学 生 選 手 権 | 全 国 統 一 プ ロ グ ラ ミ ン グ 王 | I n d e e d ) / . exec (
98100 contest . title
99101 ) ||
100- / ( ^ D o n u t s | ^ d w a n g o | ^ D i g i t a l A r t s | ^ C o d e F o r m u l a | 天 下 一 プ ロ グ ラ マ ー コ ン テ ス ト ) / . exec (
102+ / ( ^ D o n u t s | ^ d w a n g o | ^ D i g i t a l A r t s | ^ C o d e F o r m u l a | 天 下 一 プ ロ グ ラ マ ー コ ン テ ス ト | ^ T o y o t a ) / . exec (
101103 contest . title
102104 )
103105 ) {
You can’t perform that action at this time.
0 commit comments