You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No meta tag detected, which is important as a clue to know if the input analysis is allowed.")
220
+
221
+
# ABC is the target of "No LLM rules" by AtCoder (See https://info.atcoder.jp/entry/llm-abc-rules-ja or https://info.atcoder.jp/entry/llm-abc-rules-en)
msg="Too many prediction -- Failed to understand the input format"
105
+
elifisinstance(e, PredictionNotAllowedError):
106
+
msg="Format prediction is skipped because it's not allowed by AtCoder rules (At least not allowed in ongoing ABC contests) -- See https://info.atcoder.jp/entry/llm-abc-rules-en"
msg="Too many prediction -- Failed to understand the input format"
133
+
elifisinstance(e, PredictionNotAllowedError):
134
+
msg="Format prediction is skipped because it's not allowed by AtCoder rules (At least not allowed in ongoing ABC contests) -- See https://info.atcoder.jp/entry/llm-abc-rules-en"
0 commit comments