#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  const int CLASSMAP[15 - 0 + 1] = {1, 2,  3,  4,  5,  6,  7,  8,
                                    9, 10, 11, 12, 13, 14, 15, 16};
  int I;
  I = CLASSMAP[0];
  _imp_leave();
  exit(0);
  return (0);
}
