Page 1 of 1

11679 - Sub-prime

Posted: Tue Sep 29, 2009 8:15 am
by peterkwan
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.

Re: 11679 - WA

Posted: Wed Sep 30, 2009 5:44 pm
by arifcsecu
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