Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong test case #2

Open
Thvnvtos opened this issue Sep 2, 2017 · 0 comments
Open

Wrong test case #2

Thvnvtos opened this issue Sep 2, 2017 · 0 comments

Comments

@Thvnvtos
Copy link

Thvnvtos commented Sep 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant