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

not work writeln();
Posted by alp 12 Nov 2009 16:30
not work this part code
const N=100;
const M =500;
.......
writeln(j,' '); RunTime error 103.
if write this code:
const N=1;
const M =5;
.......
writeln(j,' ');
All ok....
Why????
Re: not work writeln();
Posted by unlucky [Vologda SPU] 12 Nov 2009 18:46
I think your error not in printing.
Array out of bounds or other..

Edited by author 12.11.2009 18:46