11015 - 05-2 Rendezvous
Moderator: Board moderators
-
- Learning poster
- Posts: 87
- Joined: Thu Dec 15, 2011 3:08 pm
- Location: University of Rajshahi,Bangladesh
Re: 11015 - 05-2 Rendezvous
Thanks it was a silly mistake.............
Last edited by mahade hasan on Sat Sep 29, 2012 6:03 pm, edited 1 time in total.
we r surrounded by happiness
need eyes to feel it!
need eyes to feel it!
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 11015 - 05-2 Rendezvous
The problem is on line 32 of your code. There is an extra character at the end that makes line 33 always get executed.mahade hasan wrote:edited my code bt still WAAAAA!!!!
Check input and AC output for thousands of problems on uDebug!
Re: 11015 - 05-2 Rendezvous
Code: Select all
got AC

Last edited by dhruba07 on Tue Jan 28, 2014 11:55 pm, edited 1 time in total.
Accept who you are 

-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 11015 - 05-2 Rendezvous
The member number starts from 1. In some places in your code you index from 0.
Check input and AC output for thousands of problems on uDebug!