https://www.acmicpc.net/problem/10172
아래 예제와 같이 개를 출력하시오.
없음.
개를 출력한다.
#include <stdio.h> int main(){ printf("|\\_/|\n"); printf("|q p| /}\n"); printf("( 0 )\"\"\"\\\n"); printf("|\"^\"` |\n"); printf("||_/=\\\\__|"); return 0; }