You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On kattis problem : Bank
Test case :
5 4
1200 1
2500 3
2000 2
2500 3
1400 4
your code outputs 8200, where it should output 8400 :
t = 0 , pick 1400
t = 1 , pick 2000
t = 2 , pick 2500
t = 3 , pick 2500
The text was updated successfully, but these errors were encountered:
On kattis problem : Bank
Test case :
5 4
1200 1
2500 3
2000 2
2500 3
1400 4
your code outputs 8200, where it should output 8400 :
t = 0 , pick 1400
t = 1 , pick 2000
t = 2 , pick 2500
t = 3 , pick 2500
The text was updated successfully, but these errors were encountered: