#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; if(a<=b)puts("YES"); else puts("NO"); return 0; }
我这个代码有什么问题?提交时全错