Пример #1
0
 static int Div(Integer I, int b)
 {
     return(I.a / b);
 }
Пример #2
0
 static int Sub(Integer I, int b)
 {
     return(I.a - b);
 }