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"
}