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 a818766 commit 19c9c7eCopy full SHA for 19c9c7e
1 file changed
src/lib/utils/contest.ts
@@ -324,8 +324,8 @@ export function getContestPriority(contestId: string): number {
324
* - "atc1234"
325
* - "awc12345"
326
*/
327
-const regexForAxc = /^(abc|arc|agc|atc)(\d{3})/i;
328
-const regexForAwc = /^(awc)(\d{4})/i;
+const regexForAxc = /^(abc|arc|agc|atc)(\d{3})$/i;
+const regexForAwc = /^(awc)(\d{4})$/i;
329
330
/**
331
* Regular expression to match AtCoder University contest identifiers.
0 commit comments