コード例 #1
0
 public override int CountOps()
 {
     return(1 + First.CountOps() + Second.CountOps() + Third.CountOps());
 }