코딩테스트 : 1157 단어공부 namespace ConsoleApp1{ public class Program { public static void Main() { string s = Console.ReadLine(); s = s.ToUpper(); Dictionary dict = new Dictionary(); int max = Int32.MinValue; char answer = 'c'; int maxCount = 0; //모두 하나씩 추가함. for (int i = 0; i max) ..