풀이
어디에도 그대가 살아서
코드
#include <cstdio>
int ans, cnt[33];
char c;
int main() {
while (~scanf("%c", &c)) cnt[c - 'a']++;
for (c = 0; c < 26; c++) ans = ans > cnt[c] ? ans : cnt[c];
for (c = 0; c < 26; c++) if (cnt[c] == ans) printf("%c", c + 'a');
return 0;
}
아무말
백준, 백준 온라인 저지, BOJ, Baekjoon Online Judge, C, C++, 씨, 씨쁠쁠, JAVA, algorithm, 자바, 알고리즘, 자료구조, 문제, 문제 풀이, 풀이