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 a48c7d6 commit 0d73c91Copy full SHA for 0d73c91
src/lib/utils/contest.ts
@@ -309,7 +309,7 @@ const regexForAxc = /^(abc|arc|agc)(\d{3})/i;
309
* - "ttpc2022"
310
* - "tupc2023"
311
*/
312
-const regexForAtCoderUniversity = /^(ku|qu|ut|tt|tu)(pc)(\d{4})/i;
+const regexForAtCoderUniversity = /^(ku|qu|ut|tt|tu)(pc)(\d{4})$/i;
313
314
export const getContestNameLabel = (contestId: string) => {
315
// AtCoder
0 commit comments