Nội dung Bài tập
- Mã:
- PALINDROME_STRING
- Tên:
- A Palindrome string
- Dạng thi:
- oi
- Thang điểm:
- 10 điểm
- Giới hạn thời gian:
- 1 giây
- Giới hạn bộ nhớ:
- 256 MB
- Được tạo bởi:
- tamtd
A palindrome is a word, phrase, or number that is spelled the same forward and backward. For
example, "dad" is a palindrome; "A man, a plan, a canal: Panama" is a palindrome if you take out
the spaces and ignore the punctuation; and 1001 is a numeric palindrome.
We can use a stack to determine whether a given string is a palindrome. Implement a program to
determine whether an input is palindrome.
Quảng cáo
example, "dad" is a palindrome; "A man, a plan, a canal: Panama" is a palindrome if you take out
the spaces and ignore the punctuation; and 1001 is a numeric palindrome.
We can use a stack to determine whether a given string is a palindrome. Implement a program to
determine whether an input is palindrome.
Note: the character is not a alphanumeric will be ignored.
Input: the string s
Output: print YES if s is a palindrome string; otherwise print NO
Theme :
Mời bạn soạn code
Ai có thể xem bài này :
Thông tin
Phần thảo luận