#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static const int Data[10 /*1:10*/] = {1, 11, 111, 1111, 11111, 111111, 1111111, 11111111, 111111111, 1111111111};
  int I;
  for (I = 0; I <= 10; I++) {
    if (I) Write(Data[I], -1);
    do
      Printsymbol('.');
    while (Outpos & 7);
    if (I == 6) Newline();
  }
  Newline();
  exit(0);
  return (1);
}
