F. 练70.2 判断字符串是否为回文

    Type: Default 1000ms 128MiB

练70.2 判断字符串是否为回文

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

Input a string and determine if it is a palindrome. A palindrome is a string that reads the same forward and backward.

Input Format

Input is one line of string (the string contains no whitespace characters and has length not exceeding 100100).

Output Format

If the string is a palindrome, output "yesyes"; otherwise, output "nono".

Sample

abcdedcba
yes

20251206 B班作业(9 & 10)

Not Claimed
Status
Done
Problem
7
Open Since
2025-12-7 0:00
Deadline
2025-12-14 23:59
Extension
24 hour(s)