示例#1
0
 public int TestmagicalWell(int a, int b, int n)
 {
     return(LoopTunnel.magicalWell(a, b, n));
 }