We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e15eb commit f8838afCopy full SHA for f8838af
1 file changed
atcoder-problems-frontend/src/utils/ContestClassifier.ts
@@ -78,7 +78,9 @@ export const classifyContest = (
78
/(^Chokudai Contest|ハーフマラソン|^HACK TO THE FUTURE|Asprova|Heuristics Contest)/.exec(
79
contest.title
80
) ||
81
- /(^future-meets-you-contest|^hokudai-hitachi)/.exec(contest.id) ||
+ /(^future-meets-you-contest|^hokudai-hitachi|^toyota-hc)/.exec(
82
+ contest.id
83
+ ) ||
84
[
85
"genocon2021",
86
"stage0-2021",
@@ -97,7 +99,7 @@ export const classifyContest = (
97
99
/(CODE FESTIVAL|^DISCO|日本最強プログラマー学生選手権|全国統一プログラミング王|Indeed)/.exec(
98
100
101
- /(^Donuts|^dwango|^DigitalArts|^Code Formula|天下一プログラマーコンテスト)/.exec(
102
+ /(^Donuts|^dwango|^DigitalArts|^Code Formula|天下一プログラマーコンテスト|^Toyota)/.exec(
103
104
)
105
) {
0 commit comments