示例#1
0
 public int TestmagicalWell(int a, int b, int n)
 {
     return(LoopTunnel.magicalWell(a, b, n));
 }
示例#2
0
 public int TestadditionWithoutCarrying(int param1, int param2)
 {
     return(LoopTunnel.additionWithoutCarrying(param1, param2));
 }
示例#3
0
 public int TestlineUp(string commands)
 {
     return(LoopTunnel.lineUp(commands));
 }
示例#4
0
 public bool TestincreaseNumberRoundness(int n)
 {
     return(LoopTunnel.increaseNumberRoundness(n));
 }
示例#5
0
 public int TestappleBoxes(int k)
 {
     return(LoopTunnel.appleBoxes(k));
 }
示例#6
0
 public int Testrounders(int value)
 {
     return(LoopTunnel.rounders(value));
 }
示例#7
0
 public int Testcandles(int candlesNumber, int makeNew)
 {
     return(LoopTunnel.candles(candlesNumber, makeNew));
 }
示例#8
0
 public int TestcountBlackCells(int n, int m)
 {
     return(LoopTunnel.countBlackCells(n, m));
 }
示例#9
0
 public int TestleastFactorial(int n)
 {
     return(LoopTunnel.leastFactorial(n));
 }
示例#10
0
 public int TestcountSumOfTwoRepresentations2(int n, int l, int r)
 {
     return(LoopTunnel.countSumOfTwoRepresentations2(n, l, r));
 }