10800 - Not That Kind of Graph
Moderator: Board moderators
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 10800 - Not That Kind of Graph
Doesn't match the sample I/O.
Check input and AC output for thousands of problems on uDebug!
Re: 10800 - Not That Kind of Graph
I have checked with all the inputs found in this thread and my program gives the correct output for each of the inputs.
Whats wrong with my code can't figure out. I checked trailing spaces and print a blank line after each test case. But still WA. Somebody please help me.
Thanks in advance.
Here is my code
Whats wrong with my code can't figure out. I checked trailing spaces and print a blank line after each test case. But still WA. Somebody please help me.
Thanks in advance.
Here is my code
Code: Select all
removed after acc
Last edited by t.tahasin on Thu Jan 16, 2014 1:55 pm, edited 1 time in total.
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 10800 - Not That Kind of Graph
That is AC code
Check input and AC output for thousands of problems on uDebug!
Re: 10800 - Not That Kind of Graph
Now it got accepted. thanks brianfry713.
But same code gave me WA twice. I don't know what's the problem.
But same code gave me WA twice. I don't know what's the problem.