Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realJiaoKan authored Feb 6, 2019
1 parent d25045e commit f3bb33a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# testcases_creater
# OI-ACM-testcases-creater

##使用方法
在source目录中,有两个文件————"cre.cpp"和"std.cpp",分别放置你的测试数据生成程序和你的标程,编译命令可以在根目录中有一个"compile.bat",编译命令,源程序语言,可以自行更改,但是输出程序名不可更改。
注意,"cre.cpp"输出的测试数据输出在source目录下的"testcase.in","std.cpp"的输入文件名为"testcase.in",输出文件名为"testcase.out"。
之后的自己按照"testcase_creater.py"运行提示做。

##自定义
自定义就自己看着办了,主程序在"testcase_creater.py"中,通过调用两个批处理命令来编译运行源文件。

0 comments on commit f3bb33a

Please sign in to comment.