#include <stdlib.h> #include <stdio.h> int main(void) { for(;;) if(getchar()=='A') abort(); return 0; }