|
|
back to boardCommon Boardnot 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(); I think your error not in printing. Array out of bounds or other.. Edited by author 12.11.2009 18:46 |
|
|