Skip to content

Anomours/CodeCraft2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CodeCraft2020

  1. warmup

    • hello.cpp : 热身赛 final 代码
  2. preliminary contest

    • main.cpp : 初赛 baseline 代码
    • test.sh : 批量测试脚本,可用于测试路径、答案等是否正确。用法 :
      • 添加执行权限:chomod u+x test.sh
      • 测试:./test.sh main.cpp
      • (可能提示没有权限创建文件,以 sudo 权限运行即可)
    • test_data_xxxx.txt : 数据集,其中xx为环的个数
    • answer_xxxx.txt : 与数据集对应的答案

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • Shell 5.6%