#include <perms.h>
int Main(void) {
  _imp_string A;
  _imp_string S;
  int I;
  int J;
  int K;
  int L;
  int *P;
  int *Q;
  I = 20;
  J = 25;
  K = 21;
  L = 27;
  P = &J;
  Q = &L;
  do {
    I = J;
    *P = *Q;
  } while (K != 3 && (I != *P || L != 1));

  {
    int Ia1[L + 1];
    Selectinput(0);
    Selectoutput(0);
    S = _imp_str_literal("1+1+1+1+1+1+1+1+1");
    while (_imp_resolve(S, A, _imp_str_literal("+"), S)) {
      Readch(I);
      if (I < 0) break;
      Printsymbol(I);
    }
    do {
      if (I < 0) break;
      Printsymbol(I);
    } while (_imp_resolve(S, A, _imp_str_literal("+"), S));
    for (I = 0; I <= 10; I++) {
      if (I < 0) break;
      Printsymbol(I);
    }
    I = Ia1[24];
  }
  exit(0);
}
