rt,代码如下:
#import<iostream> int main(){int a,b;std::cin>>a>>b;std::cout<<(a>b?"N0":"YE5");}
代码长度:82 Bytes