从Codeforces和其他在线评测系统中获取输入和输出
项目描述
# cftool 在[codeforces](https://www.codeforces.com)或[URI](www.urionlinejudge.com.br/)获取特定问题的输入和输出。

# 安装
确保您已安装Python。 ` python -m pip install git+https://github.com/guilhermeleobas/cftool ` 或 ` python -m pip install cftool `
# 版本 1.0.5
# 使用
### get ` cftool get cf550A # 下载问题550A的输入和输出 cftool get cf600 # 下载竞赛600上的所有问题的输入和输出 cftool get uri1400 # URI ` 您也可以指定一个链接来获取输入和输出。 ` cftool get https://www.urionlinejudge.com.br/judge/pt/problems/view/1001 `
### compile ` cftool compile code.cc # 使用g++编译code.cc cftool compile -l c++11 code.cc # 使用g++ 11编译code.cc cftool compile code.py # 不会发生任何事情。 `
### run/test 使用620A输入运行code.cc并检查输出是否正确。 ` cftool run code.cc cf620A `
或者您也可以运行cftool test uri1574.cc,这是cftool run uri1574.cc uri1574的语法糖。
要获取可用命令的完整列表,请运行带有–help标志的cf。
# 许可 MIT
项目详情
cftool-1.0.7.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | af18925ae225c51763cb8c906bf293edda705ca5352be22c4bb9bf1f53768e45 |
|
MD5 | f67358f54bfb49026232a9cc113a246e |
|
BLAKE2b-256 | ee78b274ad88101b8384ce222fe47de4c1327dfa3e9d077e1b442d35638bdeef |