Update test_case.md

This commit is contained in:
zema1 2018-01-18 14:36:47 +08:00 committed by GitHub
parent ac3e7e5c04
commit d5febad9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
对于普通题目,测试用例文件包括`in`和`out`两种拓展名对于Special Judge就只有`in`一种文件。
每个测试用例的文件名须由数字开头,例如有两组测试用例,则对于普通题目测试用例的文件名分别为`1.in, 1.out, 2.in, 2.out`SPJ的文件名分别为`1.in, 2.in`。其他形式的文件后台均不识别。
压缩时,请将文件都放在压缩包的根目录,而不是包含在某一个文件夹中,比如正确的格式是
```bash