Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
64M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text
Nhập vào từ bàn phím một xâu kí tự
Chú ý: Nếu có nhiều kí tự có cùng số lần xuất hiện nhiều nhất trong xâu
Dữ liệu vào
- Chứa một xâu
Kết quả
- Kí tự xuất hiện nhiều nhất trong xâu
Ví dụ
Input
Copy
abcdaadDedgdAAA
Output
Copy
d
Input
Copy
abcdaadDedgdAAA
Output
d
Nguồn: THT 2015
Comments