C. So sánh hai xâu


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 256M

Problem type

Đề bài: Nhập vào 2 chuỗi. Nếu hai chuỗi giống nhau thì in "GIONG NHAU", ngược lại in "KHAC NHAU".

Input: laptrinh
       laptrinh
Output: GIONG NHAU

Input: Python PYTHON Output: KHAC NHAU


Comments

There are no comments at the moment.