|
|
back to boardWhat's test #10 ? It seems no one trapped by it except me :( ... My algo is something about maximum network flow. At first I used an O(V*E^2) method, and got TLE on test #12, then I tried another O(E*V^2), but got many WAs on test #10... My program passed much random data generated by myself. I really don't know what's wrong. Plz give me some information about test #10, thx very much. |
|
|