#include <stdio.h>

int main() {
  int x;
  x = 0;
  printf("%d",1/x);
  return 0;
}
