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 c87a7e8 commit 3072385Copy full SHA for 3072385
src/pages/TablePage/index.tsx
@@ -192,7 +192,7 @@ export const TablePage: React.FC = () => {
192
const regexpOpenContest = /\(Open\)$/;
193
contests.forEach((contest) => {
194
if (regexpYukicoderContest.exec(contest.Name)) {
195
- if (contest.ProblemIdList.length <= 6)
+ if (contest.ProblemIdList.length <= 7)
196
yukicoderRegularContests.push(contest);
197
else yukicoderLongContests.push(contest);
198
} else if (regexpOpenContest.exec(contest.Name)) {
0 commit comments