http://www.spoj.com/problems/SELLPHN2/
I used Dinic's algorithm to solve this problem yet I am getting WA. Can someone please take a look at my code and tell me why exactly is it failing?
Link to code: https://ideone.com/T6fsQv
http://www.spoj.com/problems/SELLPHN2/
I used Dinic's algorithm to solve this problem yet I am getting WA. Can someone please take a look at my code and tell me why exactly is it failing?
Link to code: https://ideone.com/T6fsQv
Why are you completely ignoring the value of L?