I am confused about the output structure of this problem.
Could anyone tell me what is the correct format of output.
How many blank lines are required between two output sets?




Bye
Moderator: Board moderators
'Strong sample inputs' ... well thats a good one.Mahmud wrote: I got wrong answer in this problem. Could anyone give me some strong
sample inputs so that I can test and can recognize my fault.
Code: Select all
code emoved after being ac
Code: Select all
2
3 2
(2>1)(3>1)
4 3
(2>1)(4>3)(4>2)
Code: Select all
Community 1: Observation Complete
Community 2: Observation Complete
Code: Select all
6
4 2
(1>2)(3>4)
2 2
(1>2)
(2>1)
3 3
(1>2)(2>3)
(3>1)
4 4
(1>2)(2>3)(3>4)(4>1)
6 5
(1>2)(2>3)
(4>5)(5>6)(4>6)
6 7
(1>2)(2>3)(4>5)(4>2)(1>6)(6>3)(5>3)
Code: Select all
Community 1: Not Enough Data
Community 2: Conflicting Records
Community 3: Observation Complete
Community 4: Conflicting Records
Community 5: Conflicting Records
Community 6: Observation Complete