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 9fc6273 commit 2560d61Copy full SHA for 2560d61
atcoder-problems-frontend/src/pages/TablePage/AtCoderRegularTable.tsx
@@ -40,7 +40,6 @@ interface Props {
40
const getProblemHeaderAlphabet = (problem: MergedProblem, contest: Contest) => {
41
const list = problem.title.split(".");
42
if (list.length === 0) return "";
43
- console.log(list);
44
if (
45
(list[0] === "H" || list[0] === "Ex") &&
46
classifyContest(contest).startsWith("ABC")
0 commit comments