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 1506. Columns of Numbers

Can you help me?
Posted by Li Wang Ji 9 Apr 2008 23:03
Although my program passes all tests indicated in webboard, I have WA#3... My algo is quite simple. I increase the number of rows from one until it fits in K columns... Where is my fault?

Thx in advance
Re: Can you help me?
Posted by Tural Neymanov 11 Apr 2008 02:30
I think I know your algo.
if you did the inequality in your program like "l<n" do it "l<=n". I think it should pass.
For WA11
Posted by Tural Neymanov 11 Apr 2008 02:34
do array of integer; (not shortint, smallint, byte)