示例#1
0
 public int TestcountSumOfTwoRepresentations2(int n, int l, int r)
 {
     return(LoopTunnel.countSumOfTwoRepresentations2(n, l, r));
 }