We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bae439 commit 2786293Copy full SHA for 2786293
1 file changed
modules/sites/atcoder.py
@@ -79,6 +79,9 @@ def get_problem_setters():
79
@staticmethod
80
def get_editorial_link(problem_link):
81
"""
82
+ @param problem_link (String): Problem URL
83
+
84
+ @return (String/None): Editorial link
85
86
try:
87
contest_id = re.search("contests/.*/tasks",
0 commit comments