#include<iostream>
#include<string>
#include<algorithm>
#include<iomanip>
using namespace std;
int main()
{
    string a,b;
    cin>>a;
    int c=a.length()
    if(c<100)
    {
        b=reverse(string a).begin(),reverse(string a).end()
        if(a==b)
        {
            cout<<"Yes";
        }
        else
        {
            cout<
    }
}