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

Some questions about "Prufer code"
Posted by ValkaVales 21 Aug 2001 14:40
I can't get ACCEPTED about a half of the year. I think my
algorithm is absolutly right, because I can prove it.

And, some questions to administarion:
1. Can a line break be in the end of output ?
2. Maybe, the C++ operator "cin >>"  doesn't work right in
your environment ?
3. Are you sure that your test data is correct ?

Thanks.
Re: Some questions about
Posted by LYS 21 Aug 2001 17:12
Simple bigraph match will pass it.
But I've got the same problem when using cin... It will run
forever and finally get a TLE.
Re: Some questions about
Posted by LYS 21 Aug 2001 17:15
Sorry, the first line is wrong.
I've solved the problem. I think that's easy.
And can I use CIN in this problem ?? (-)
Posted by ValkaVales 31 Aug 2001 14:00