#include <stdbool.h>

int main(void){
  while(true){
  }
  return 0;
}
