The Online Judge board
Skip to content
Go to advanced search
Code: Select all
program p102; procedure try (level:shortint); var i:shortint; begin .. end; begin while (not (eof)) do begin .. try (1); .. end; end.