-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.xml
More file actions
38 lines (29 loc) · 876 Bytes
/
task.xml
File metadata and controls
38 lines (29 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<CATS version="1.11">
<Problem title="Test" lang="ru" tlimit="1" mlimit="512M"
author="" inputFile="input.txt" outputFile="output.txt"
saveInputPrefix="50B" saveOutputPrefix="100B" saveAnswerPrefix="100B">
<Keyword code="cmp.trivial"/>
<ProblemStatement>
<p>
</p>
<p>Требуется написать программу, которая
</p>
</ProblemStatement>
<InputFormat>
<p>Входные данные содержат
</p>
</InputFormat>
<OutputFormat>
<p>Выходные данные должны содержать
</p>
</OutputFormat>
<ProblemConstraints>
<p>$1 \lt N \lt 100$
</p>
</ProblemConstraints>
<Sample rank="1"><SampleIn>0</SampleIn><SampleOut>1</SampleOut></Sample>
<Checker src="main.cpp" style="testlib"/>
<Test rank="1-3"><In>0</In><Out src="%0n.ans"/></Test>
</Problem>
</CATS>