Problem: `_stream_single_problem` never extracted float precision, so epsilon problems got no tolerance. `scrape_contest_metadata` omitted `contest_url` and `standings_url`, breaking `:CP open contest/standings`. Submit always returned success even when Kattis responded with an error like "You need to join the contest". Solution: call `extract_precision` on problem HTML and emit it in the JSON payload. Set `contest_url` and `standings_url` on both metadata paths (contest and single-slug). After submit, check for `Submission ID:` in the response and return the error text if absent. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| atcoder.py | ||
| base.py | ||
| codechef.py | ||
| codeforces.py | ||
| cses.py | ||
| kattis.py | ||
| language_ids.py | ||
| models.py | ||
| timeouts.py | ||
| usaco.py | ||