]>
Commit | Line | Data |
---|---|---|
1 | test_name: Wrong answer | |
2 | test_description: A program which fails on test 4 | |
3 | problem: double | |
4 | expected_result: 1 | |
5 | expected_result_text: Wrong answer | |
6 | expected_results: | |
7 | - id: 1 | |
8 | result: 0 | |
9 | result_text: 0 | |
10 | - id: 2 | |
11 | result: 0 | |
12 | result_text: 0 | |
13 | - id: 3 | |
14 | result: 0 | |
15 | result_text: 0 | |
16 | - id: 4 | |
17 | result: 1 | |
18 | result_text: Wrong answer | |
19 | files: | |
20 | prog: | |
21 | format: CPP | |
22 | name: prog.cpp |