atcoder-cli
命令行工具
获取比赛信息
创建比赛项目目录使用自定义模板自动配置
与
提交没有指定网址的代码
自动下载样本输入/输出
要求
node.js (可选,但推荐)
安装
$ npm install -g atcoder-cli
用法
$ acc login # login your atcoder account
$ acc session # check login status
$ # your login session will be saved to a local file, but your password won't be saved
$ # to delete the session file, use `acc logout`
$ acc new abc001 # "abc001/" directory will be created
$ cd abc001/
$ acc contest # show the contest information
$ acc tasks # show task list
$ acc add
$ cd a/
$
1