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

Common Board

about uploading problems (+)
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 24 May 2001 12:10
how can i "return DOS error code" in test.exe ??? i write
program in Pascal language.
Thanx

QH@
Re: about uploading problems (+)
Posted by Jivko Ganev 25 May 2001 15:52
Use halt(x);
the program will exit with code x.
thanx ;)
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 25 May 2001 16:52
> Use halt(x);
> the program will exit with code x.