|
|
back to boardCan you help me? 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? 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 do array of integer; (not shortint, smallint, byte) |
|
|