예제 #1
0
 public IntPair(IntPair x)
 {
     this.first = x.first;
     this.second = x.second;
 }
예제 #2
0
 public IntPair(IntPair x)
 {
     this.first  = x.first;
     this.second = x.second;
 }