백준 10172 개

Console Programming/C# Console 2019. 9. 25. 16:31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
 
namespace Syntax17
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("|\\_/|");
            Console.WriteLine("|q p|   /}");
            Console.WriteLine("( 0 )\"\"\"\\");
            Console.WriteLine("|\"^\"`    |");
            Console.WriteLine("||_/=\\\\__|");
        }
    }
}
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
 

 

'Console Programming > C# Console' 카테고리의 다른 글

백준 1000 A+B  (0) 2019.09.25
백준 7287 등록  (0) 2019.09.25
백준 10171 고양이  (0) 2019.09.25
백준 10718 We love kriii  (0) 2019.09.25
백준 2557 Hello World  (0) 2019.09.25
: