Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aplusb / tests / mle / meta.yml
1 test_name: Memory Limit Exceeded
2 test_description: A program which uses up a lot of memory
3 problem: aplusb
4 expected_result: 10
5 expected_result_text: 0 points
6 expected_results:
7 - id: 1
8 result: 5
9 result_text: Crash (SIGKILL)
10 - id: 2
11 result: 5
12 result_text: Crash (SIGKILL)
13 - id: 3
14 result: 5
15 result_text: Crash (SIGKILL)
16 - id: 4
17 result: 5
18 result_text: Crash (SIGKILL)
19 - id: 5
20 result: 5
21 result_text: Crash (SIGKILL)
22 - id: 6
23 result: 5
24 result_text: Crash (SIGKILL)
25 files:
26 prog:
27 format: C
28 name: prog.c
This page took 0.02277 seconds and 4 git commands to generate.