[C Programming] 1-5. Dog
1 Stage
Input / Output (입/출력 받아보기)
Problem : 개를 출력하시오.
Input : None.
Output : 개를 출력한다.
Example Output :
Source Code
#include <stdio.h>
int main()
{
printf("|\\_/|\n|q p| /}\n( 0 )\"\"\"\\\n|\"^\"` |\n||_/=\\\\__|");
}
Problem Address : https://www.acmicpc.net/problem/10172
Input / Output (입/출력 받아보기)
Problem : 개를 출력하시오.
Input : None.
Output : 개를 출력한다.
Example Output :
|\_/| |q p| /} ( 0 )"""\ |"^"` | ||_/=\\__|
Source Code
#include <stdio.h>
int main()
{
printf("|\\_/|\n|q p| /}\n( 0 )\"\"\"\\\n|\"^\"` |\n||_/=\\\\__|");
}
Problem Address : https://www.acmicpc.net/problem/10172
댓글
댓글 쓰기