Skip to content

Commit f8838af

Browse files
committed
トヨタコンを適切にふるい分ける
1 parent b2e15eb commit f8838af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

atcoder-problems-frontend/src/utils/ContestClassifier.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ export const classifyContest = (
7878
/(^Chokudai Contest||^HACK TO THE FUTURE|Asprova|Heuristics Contest)/.exec(
7979
contest.title
8080
) ||
81-
/(^future-meets-you-contest|^hokudai-hitachi)/.exec(contest.id) ||
81+
/(^future-meets-you-contest|^hokudai-hitachi|^toyota-hc)/.exec(
82+
contest.id
83+
) ||
8284
[
8385
"genocon2021",
8486
"stage0-2021",
@@ -97,7 +99,7 @@ export const classifyContest = (
9799
/(CODE FESTIVAL|^DISCO|||Indeed)/.exec(
98100
contest.title
99101
) ||
100-
/(^Donuts|^dwango|^DigitalArts|^Code Formula|)/.exec(
102+
/(^Donuts|^dwango|^DigitalArts|^Code Formula||^Toyota)/.exec(
101103
contest.title
102104
)
103105
) {

0 commit comments

Comments
 (0)