??! 썸네일형 리스트형 C# <백준 10926번: ??!> 문제 풀이 코드 using System;namespace ConsoleApp2{ internal class Program { static void Main(string[] args) { string Add = Console.ReadLine(); Console.WriteLine(Add+"??!"); } }} 더보기 이전 1 다음