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