#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  PRINTSTRING(_imp_join(
      _imp_str_literal("This is correct but did you guess the result?"),
      _imp_join(TOSTRING(NL), _imp_str_literal(" -1 >> 1 = "))));
  WRITE(-1 >> 1, 0);
  NEWLINE();
  _imp_leave();
  exit(0);
  return (0);
}
