###### tags: `I2P(I)Hu2023` # 13971 - The boy wants a cat > by schdoel ## Brief Print the cat ## Solution Use extra '\' to print '"' ## Reference Code ```cpp= #include <stdio.h> int main(void) { printf(" ^ ^\n"); printf("(=-w-=)\n"); printf(" \" \"\n"); return 0; } ```