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

Li Wang Ji Can you help me? [2] // Problem 1506. Columns of Numbers 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
Tural Neymanov Re: Can you help me? // Problem 1506. Columns of Numbers 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.
Tural Neymanov For WA11 // Problem 1506. Columns of Numbers 11 Apr 2008 02:34
do array of integer; (not shortint, smallint, byte)