catsexample.xml 923 Bytes
Newer Older
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 39 40 41 42 43 44
<?xml version="1.0" encoding="utf8"?>
<CATS version="1.4">
<Problem title="Titlos" lang="en" tlimit="2" mlimit="64"
   author="Admin" inputFile="titlos.in" outputFile="titlos.out">

<Keyword code="alg.geometry"/>
<ProblemStatement>
  Problem statement and description.
</ProblemStatement>

<InputFormat>
  Description of input format.
</InputFormat>

<OutputFormat>
  Description of output format.
</OutputFormat>

<ProblemConstraints>
$1 \le m \le 100$, $-100 \le x_i \le 100, 0 &lt; y_i \le 100$
</ProblemConstraints>

<Sample rank="1">
  <SampleIn>
3
1 2 3
4 5 6
7 8 9
</SampleIn>
<SampleOut>
  6
  15
  24
</SampleOut>
</Sample>

<Solution name="sol" src="titlos_al.dpr" />
<Import guid="std.testlib.1.1" type="checker" />
<Checker name="ch" src="check.dpr" style="testlib"/>

<TestRange from="1" to="42"><In src="tests/%0n"/><Out use="sol"/></TestRange>

</Problem>
</CATS>