delete error test cases

This commit is contained in:
virusdefender 2016-02-01 21:37:09 +08:00
parent 4758b09c2b
commit 35704a39a3
8 changed files with 0 additions and 34 deletions

View File

@ -1,15 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
// 150m
int big_size = 150 * 1024 * 1024;
int *b = NULL;
b = (int *)malloc(big_size);
memset(b, 0, big_size);
return 0;
}

View File

@ -1 +0,0 @@
{"language": "c", "max_cpu_time": 300, "max_memory": 100000000}

View File

View File

@ -1 +0,0 @@
{"flag": 3, "signal": 0}

View File

@ -1,15 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
// 150m
int big_size = 150 * 1024 * 1024;
int *b = NULL;
b = (int *)malloc(big_size);
memset(b, 0, big_size);
return 0;
}

View File

@ -1 +0,0 @@
{"language": "c", "max_cpu_time": 300, "max_memory": 100000000}

View File

View File

@ -1 +0,0 @@
{"flag": 3, "signal": 0}