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 1067. Disk Tree

Everybody who get confused on this problem should look at this!!
Posted by Drayd 30 Oct 2004 21:50
just consider this condiction:
2
A\A
B\A
the correct output is
A
 A
B
 A
but if you are mistaken, you will output
A
 A
Re: Everybody who get confused on this problem should look at this!!
Posted by Roman Lipovsky 30 Oct 2004 22:37
Of course, folders on different depths (or in different subtrees) can have equal names.
(look at disk tree on your computer).

Edited by author 30.10.2004 22:38
Re: Everybody who get confused on this problem should look at this!!
Posted by hopless dreamer 13 May 2011 17:36
Why couldn't it be :
B
 A
  A
??
Re: Everybody who get confused on this problem should look at this!!
Posted by Harsha 28 Feb 2019 08:50
All the given directory addresses start from same common root