Hello Codeforces! I dont know why my code is giving me WA
http://www.spoj.com/problems/SUBMERGE/
i just use the articulation point algorithm. but still giving me WA
my code
UPD: I solve it just need an extra Vector in order to mark the articulation point and then count XD