//
void catch(void);
#include <stdio.h>
int main() {
  catch();
  return 0;
}