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

Neo Nomaly Test 10 [5] // Problem 1506. Columns of Numbers 22 Jan 2007 10:01
WA 10. Give this test please...
Extremo Re: Test 10 [4] // Problem 1506. Columns of Numbers 5 Apr 2007 23:46
Have trouble with this test too... and one question:
if input is like that:
7 6
1 2 3 4 5 6 7
should be output like that:
   1   3   4   5   6   7
   2
or that:
   1   3   5   7
   2   4   6
Rafal Re: Test 10 // Problem 1506. Columns of Numbers 25 May 2007 18:07
The answer is:

   1   3   5   7
   2   4   6

Remember about the correct number of spaces.
Phan Hoài Nam - Đại học Ngoại ngữ Tin Học TP.HCM Re: Test 10 [1] // Problem 1506. Columns of Numbers 11 Mar 2009 15:56
My AC program show :
1 3 4 5 6 7
2
{AESC USU} Zaynullin Re: Test 10 // Problem 1506. Columns of Numbers 14 Sep 2009 21:57
it is incorrect answer or test
>the columns have the same height with the possible exception of the last column, which may be shorter
mikhsatyshev Re: Test 10 // Problem 1506. Columns of Numbers 19 May 2014 14:47
This test is incorrect. Timus Online Judje Team likes give people incorrect tests.