Skip to content

Instantly share code, notes, and snippets.

@peroon
Created December 17, 2018 10:43
Show Gist options
  • Select an option

  • Save peroon/e9b1611a71582ea96245186103ec0bf8 to your computer and use it in GitHub Desktop.

Select an option

Save peroon/e9b1611a71582ea96245186103ec0bf8 to your computer and use it in GitHub Desktop.
[atcoder]betaに関する作業中なので oj したときいつもと動きが違う 2018/12/17 19:42
# いつものURL
```
ktmac:hoge kt$ oj d https://atcoder.jp/contests/abc102/tasks/abc102_a
[-] unknown submission: https://atcoder.jp/contests/abc102/tasks/abc102_a
[-] unknown problem: https://atcoder.jp/contests/abc102/tasks/abc102_a
テストケース落ちてこない
```
# 動くURL
```
ktmac:hoge kt$ oj d http://abc102.contest.atcoder.jp/tasks/abc102_a
[x] problem recognized: <onlinejudge.atcoder.AtCoderProblem object at 0x10c9bbb38>: http://abc102.contest.atcoder.jp/tasks/abc102_a
[x] load cookie from: /Users/kt/.local/share/onlinejudge/cookie.jar
[x] GET: http://abc102.contest.atcoder.jp/tasks/abc102_a
[x] 200 OK
...
テストケース落ちてくる
```
@peroon
Copy link
Copy Markdown
Author

peroon commented Dec 18, 2018

oj がアップデートされたようです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment