using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("49");
Console.WriteLine("ddayin");
}
}
문제 출처
https://www.acmicpc.net/problem/7287
'ComputerScience > Coding Test' 카테고리의 다른 글
백준 2743번: 단어 길이 재기 (0) | 2022.11.12 |
---|---|
백준 11654번: 아스키 코드 (0) | 2022.11.12 |
백준 10699번: 오늘 날짜 (0) | 2022.11.11 |
백준 4344번: 평균은 넘겠지 (0) | 2022.11.11 |
백준 8958번: OX퀴즈 (0) | 2022.11.10 |