using System.Collections; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; internal class Program { private const long mod = 998244353; private const long mod17 = 1000000007; private const long INF = mod17 * mod17; public static void Main(string[] args) { var line = getar(); if (line[1] == line[3]) { Console.WriteLine("Yes"); } else { Console.WriteLine("No"); } } public class lower_bound : IComparer where T : IComparable { public int Compare(T x, T y) { return 0 <= x.CompareTo(y) ? 1 : -1; } } public static List mkar(int n, T val) { List res = new List(n); for(int i=0;i