Catch That Cow FarmerJohnhasbeeninformedofthelocationofafugitivecowandwantstocatchherimmediately.HestartsatapointN(0≤N≤100,000)onanumberlineandthecowisatapointK(0≤K≤
给定两个数A和B1081代码 Description 给定两个数A和B(长度不超过100),如果它们相等则输出"YES",否则输出"NO"。 Input 每组测试数据包含两个数A和B。 Output 对于每组测试数据,如果A和B相等,则输出"YES",否则输出"NO"。 Sample Input 1 2 2 2 3 3 4 3