1310 - One-way traffic

All about problems in Volume 13. If there is a thread about your problem, please use it. If not, create one with its number in the subject.

Moderator: Board moderators

Post Reply
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

1310 - One-way traffic

Post by brianfry713 »

Use this thread to discuss this problem.
Check input and AC output for thousands of problems on uDebug!
fsps60312
New poster
Posts: 16
Joined: Sun Jan 25, 2015 5:46 pm

Re: 1310 - One-way traffic

Post by fsps60312 »

I think there might be bugs in the Accepted solutions
for the case:

Code: Select all

4 4
1 2 2
2 3 2
4 3 1
4 1 2
I think the answer should be:

Code: Select all

2 1 1
3 2 1
1 4 1
But on uDebug it gives:

Code: Select all

2 3 2
1 2 2
1 4 2
Why? :-?
uDebug
A great helper
Posts: 475
Joined: Tue Jul 24, 2012 4:23 pm

Re: 1310 - One-way traffic

Post by uDebug »

fsps60312 wrote:I think there might be bugs in the Accepted solutions
Why? :-?
Thanks for bringing this to my attention. I'll look into it and circle back to you.
Check input and AC output for over 7,500 problems on uDebug!

Find us on Facebook. Follow us on Twitter.
Post Reply

Return to “Volume 13 (1300-1399)”