B3649 [语言月赛202208] 大小比较
查看原帖
B3649 [语言月赛202208] 大小比较
1433709
hetao11417753楼主2024/10/5 18:48
#include<bits/stdc++.h>
using namespace std;
int main(){
    int a,b;
	cin>>a>>b;
	if(a<=b)puts("YE5");
	else puts("N0");
	return 0;
}

这题作者好阴

2024/10/5 18:48
加载中...