11679 - Sub-prime
Moderator: Board moderators
11679 - Sub-prime
I got WA all the time for this problem. I guess I have overlooked something unsure, since my program passed the test cases given in the problem description. Could someone post some critical inputs? Thanks.
-
- Learning poster
- Posts: 64
- Joined: Fri Sep 25, 2009 11:29 am
- Location: Chittagong,University of chittagong
- Contact:
Re: 11679 - WA
I think no critical input is required
Here my algorithm is :
after liquidate all debentures
from creditor to debtor
now check that
any of those banks monetary reserves is <0
if yes
print "N\n"
else
print "S\n"
thats
Here my algorithm is :
after liquidate all debentures
from creditor to debtor
now check that
any of those banks monetary reserves is <0
if yes
print "N\n"
else
print "S\n"
thats
Try to catch fish rather than asking for some fishes.