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 1230. Introspective Program

ACM.Tolstobrov_Anatoliy[Ivanovo SPU] somebody can help? [2] // Problem 1230. Introspective Program 20 Feb 2006 02:25
Why i got Wa?

Pascal

[deleted]

PIBAS

[deleted]


I write program for test my program and input and output not diffrence.


\ SOS /





Thank you I got AC.

Hint for all

Begin
WriteLn('<PIBAS Code>');
End.
This incorrect




Begin
Write('<PIBAS Code>');
End.
This Correct.

Edited by author 20.02.2006 21:11
GaLL Re: somebody can help? // Problem 1230. Introspective Program 20 Feb 2006 11:32
Try the same without ';' in the end. There is strange thing, but program with ending ';' is incorrect.
AterLux Re: somebody can help? // Problem 1230. Introspective Program 5 May 2011 20:26
WriteLn is correct and can take AC