Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Given a string, check if it is Palindrome.
A string is considered Palindrome if it reads the same from left to right and right to left.
Input:
- A string ~S~ where the size of ~S~ ~\leq 10^5~.
Output:
- Print YES if ~S~ is symmetric, otherwise print NO.
Sample Input
Abc6cbA
Sample Output
YES
Bình luận