Skip to content

dinisi/perilla-judger-plugin-codeforces

Repository files navigation

perilla-judger-plugin-codeforces

Perilla judge plugin for codeforces

Sample config.json:

{
    "username": "xxx",
    "password": "yyy"
}

Sample config.json with proxy(socks only):

{
    "username": "xxx",
    "password": "yyy",
    "proxy": "socks5://127.0.0.1:1080"
}

Sample problem config:

{
    "id": "1003A"
}