示例#1
0
 public int TestcountBlackCells(int n, int m)
 {
     return(LoopTunnel.countBlackCells(n, m));
 }