write a c function that counts the total number of nodes with two children in a binary tree (do not count nodes with one or none child). you can use a stl container if you need to use an additional data structure to solve this problem.