
Search found 8 matches
- Sat Oct 17, 2009 2:35 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11342 - Three-square
- Replies: 14
- Views: 9207
Re: 11342 - Three-square
smart pre-calculation can save ur time 

- Fri Oct 16, 2009 12:34 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
my assumption for this ans is: there is no one said about 1.....so we have to consider that 1 is true.....and as he is true.....2,3,4 are false....;)
and if there was another statement like 2 -1....then the ans would be 0.......as 2 says that 1 is false...lets consider 1 is false.....as false can ...
and if there was another statement like 2 -1....then the ans would be 0.......as 2 says that 1 is false...lets consider 1 is false.....as false can ...
- Fri Oct 16, 2009 12:26 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
it shows 1......
sry for the mistake ....i've edited that
sry for the mistake ....i've edited that

- Thu Oct 15, 2009 11:18 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
for this input......
20 6
1 -3
2 -3
3 1
2 2
7 -1
4 3
my ac code shows 18 :D
I don't quite understand why this input causes 18. From my understanding,
If 1 is reliable, then
a) 7 is not reliable, (since 7 says 1 is not reliable) and
b) 3 is not reliable. (since 1 says 3 is not reliable) => 4 ...
20 6
1 -3
2 -3
3 1
2 2
7 -1
4 3
my ac code shows 18 :D
I don't quite understand why this input causes 18. From my understanding,
If 1 is reliable, then
a) 7 is not reliable, (since 7 says 1 is not reliable) and
b) 3 is not reliable. (since 1 says 3 is not reliable) => 4 ...
- Sat Oct 10, 2009 12:24 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
the ans will be 1 

- Sat Oct 10, 2009 12:08 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11692 - Rain Fall
- Replies: 3
- Views: 3367
Re: 11692 getting WA
try this case......
ur code shows 81.000000 81.771666
but the ans will be 81.771666 81.771666.............
i think u got the point........
Code: Select all
80.00 0.50 2.00 1.50 81.00
but the ans will be 81.771666 81.771666.............

i think u got the point........

- Fri Sep 11, 2009 2:12 am
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
this prob is really very easy......it says to find out MAXIMUM no of reliable ans......so if any one says that "A" is not reliable......then we don't need to bother about "A"......even if next time anyone says that "A" is reliable......bcz A is already out of focus...... :wink: i think this will ...
- Wed Sep 09, 2009 3:20 am
- Forum: Volume 116 (11600-11699)
- Topic: 11659 - Informants
- Replies: 31
- Views: 13876
Re: 11659 - Informants
try this input
the rigth out put should be 18......your code shows 19..... 
Code: Select all
20 6
1 -3
2 -3
3 1
2 2
7 -1
4 3
