public static int Div(this Integer I, int b) { return(I.a / b); }
public static int Sub(this Integer I, int b) { return(I.a - b); }