ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1345. HTML

What answer?
Posted by OpenGL 26 Dec 2008 18:59
On this test

unit Unit1;
interface
implementation
end.

right answer is

<span class=keyword>unit</span> Unit1;
<span class=keyword>
interface
implementation
end</span>.

or

<span class=keyword>unit</span> Unit1;
<span class=keyword>interface</span>
<span class=keyword>implementation</span>
<span class=keyword>end</span>.