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 1069. Prufer Code

198808xc Are there any special tests for this problem? [11] // Problem 1069. Prufer Code 9 May 2004 18:49
I got WA on test 3.

I wonder that:
Are there any special tests in this problem?
OR
Is there anything special in the output task?

Just ask: If n=10, Can I output like this:
('...' Stands for some digits)
1: ...
...
9: ...
10: ...
Must I leave a space before '9' in order to make ':' in the same column?

Could anyone help me, please?
Vladimir Yakovlev (USU) You shouldn't worry about extra spaces - they are ignored. [4] // Problem 1069. Prufer Code 9 May 2004 21:43


Edited by author 09.05.2004 21:43
Thanks so much for helping me.
But, if I shouldn't leave a ' ' before, then my program seems to have no errors.
Can you give me some SPECIAL tests.
Thanks very much again.
198808xc Please give me the tests. [2] // Problem 1069. Prufer Code 11 May 2004 18:34
I want the tests for this problem, but I haven't receive them yet.
I got WA at test 29.
Will anyone who have all the tests help me?
Thanks.
198808xc Re: Please give me the tests. [1] // Problem 1069. Prufer Code 11 May 2004 18:35
Sorry, I have something wrong.
I got WA just at test 3.
Maigo Akisame Re: Please give me the tests. // Problem 1069. Prufer Code 11 Jun 2004 09:33
I WAed on test #3, too.
Could anybody gimme some tests?

Edited by author 11.06.2004 12:24
There is test, helped for me
8 7 4 6 3 6 8
and answer
1: 8
2: 7
3: 6 7
4: 5 6
5: 4
6: 3 4 8
7: 2 3
8: 1 6
Good luck!
Burunduk1 Thank you! // Problem 1069. Prufer Code 3 Apr 2005 22:36
It's really good test.
It helped me to get AC some minutes ago :)
Xavier Montesto This help me too, thanks // Problem 1069. Prufer Code 4 Jun 2006 16:01
Really a good test...Thanx very much.
good!
i have crashed on test3#
but i don't know why
oh ,it answered me
Yandry Pozo [AYAX, UCI] Are there any special tests for this problem? // Problem 1069. Prufer Code 12 Nov 2011 01:14
I have a huge Wrong Answer, but my code work for this test case, are some test case more difciult than this ?? I don t know what happend I need help right now !!

greetings !
salu-DoS