mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-29 00:11:41 +00:00
测试用例增加了部分说明
This commit is contained in:
parent
307ce133fc
commit
c855c8ada3
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试cpu时间超限
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试实际运行时间超限
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试内存限制,允许分配的内存为限制参数2倍,本测试用例分配了150M,在两倍范围内,能分配成功,最后被标记为内存超限
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试内存限制,允许分配的内存为限制参数2倍,本测试用例分配了300M,超过两倍范围内,不能分配成功,运行出错
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 正常运行的程序
|
||||
* 测试stdout和stderr重定向
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 正常运行的程序
|
||||
* 测试返回值
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试args参数
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* 测试环境变量参数
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user