#include "stdio.h" int main(void) { int a = 11; switch (a) { case 0:; while (1) { printf("A"); case 11:; printf("B"); } } }