#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  int X;
  float A;
  X = Intpt(A);
  X = Intpt(2.6);
  X = Intpt(2.5);
  X = Intpt(2.4);
  X = Intpt(0.0);
  X = Intpt(-2.4);
  X = Intpt(-2.5);
  X = Intpt(-2.6);
  exit(0);
  return (1);
}
