class Plus {

Plus(){
    super(());
  }
  TPH ACHZ m(TPH ACIA a, TPH ACIB b){
    return a op b;
  }

  Plus(){
    super(());
  }

}