コード例 #1
0
 public static int Right(int i)
 {
     return(Heap.Left(i) + 1);
 }