677 All Walks of length n from the first node

The forum to report every bug you find or tell us what you'd like to find in UVa OJ's new system

Moderator: Board moderators

Post Reply
Robert Gerbicz
Experienced poster
Posts: 196
Joined: Wed May 02, 2007 10:12 pm
Location: Hungary, Pest county, Halasztelek
Contact:

677 All Walks of length n from the first node

Post by Robert Gerbicz »

From the problem description:

Code: Select all

In case there are not walks of length n, just print `no walk of length n'
But there is no sample input for this case and unfortunately it isn't say that we should write the concrete value of n.
So the correct output for n=5 if there is no path should be: no walk of length 5
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Re: 677 All Walks of length n from the first node

Post by Carlos »

under investigation...
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
lighted
Guru
Posts: 587
Joined: Wed Jun 11, 2014 9:56 pm
Location: Kyrgyzstan, Bishkek

Re: 677 All Walks of length n from the first node

Post by lighted »

If i undertstood right the problem statement must be changed.

There are two opposite statements
1. In other words, the distinct walks of length n between the i-th and j-th nodes of V may be more than one. Note that the node in the paths can be repetitive.
2. The output file must contain all distinct walks of the length n, and with all its nodes different

I got wa first, when i followed 1st statement.
then got acc, when changed to 2nd statement.
A person who sees the good in things has good thoughts. And he who has good thoughts receives pleasure from life... Bediuzzaman
Post Reply

Return to “Bugs and suggestions”