Processing math: 100%
Register
|
Login
HOME
PROBLEMSET
ROADMAP
COMPETITION
TOPIC
RANKING
GUIDE
MASHUP
ABOUT
CONTACT
Problem
Submit
Results
Palindrome string - MarisaOJ: Marisa Online Judge
Palindrome string
Time limit: 1000 ms
Memory limit: 256 MB
Determine whether or not the given string
S
is a palindrome. ### Input - 1 line contains string
S
. ### Output -
Y
E
S
if
S
is a palindrome,
N
O
otherwise. ### Constraints -
1
≤
|
S
|
≤
1000
. ### Example Input:
a
a
Output:
Y
E
S
String
Length
Word Count
lowercase
Vowel
Digit sum
Strong password
Letter frequencies
Palindrome string
Palindrome substring
Caesar cipher
String occurences
Sum
String normalization
Run-length encoding
Expression
Topic
Basic
Rating
800
Solution (0)
Solution