#include #include #include #include using namespace std; int main(){ char s; int little, much; int ans[10] = { 20104, 20063, 19892, 20011, 19874, 20199, 19898, 20163, 19956, 19841 }; int cnt[10] = { 0 }; for (int i = 0; i < 200002; i++){ cin >> s; if (s == '0') cnt[0]++; if (s == '1') cnt[1]++; if (s == '2') cnt[2]++; if (s == '3') cnt[3]++; if (s == '4') cnt[4]++; if (s == '5') cnt[5]++; if (s == '6') cnt[6]++; if (s == '7') cnt[7]++; if (s == '8') cnt[8]++; if (s == '9') cnt[9]++; } for (int i = 0; i < 10; i++){ if (cnt[i]>ans[i]){ much = i; } if (cnt[i]