출제 링크 : https://www.acmicpc.net/problem/10171
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Solution
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("\\ /\\");
Console.WriteLine(" ) ( ')");
Console.WriteLine("( / )");
Console.WriteLine(" \\(__)|");
}
}
}
'Baekjoon 문제풀이' 카테고리의 다른 글
[Baekjoon 1단계(6)] 1001번 : A-B (0) | 2021.08.31 |
---|---|
[Baekjoon 1단계(5)] 1000번 : A+B (0) | 2021.08.31 |
[Baekjoon 1단계(4)] 10172번 : 개 (0) | 2021.08.31 |
[Baekjoon 1단계(2)] 10718번 : We love kriii (0) | 2021.08.31 |
[Baekjoon 1단계(1)] 2557번 : Hello World (0) | 2021.08.31 |