我是来玩儿的
查看原帖
我是来玩儿的
1499743
ma_rui楼主2024/12/3 23:19
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main()
{
	cin>>a>>b;
	if(a>b)cout<<"NO";
	else if(a<b)cout<<"YES";
	else cout<<"equal probability";
	return 0;
}
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main()
{
	cin>>a>>b;
	if(a>b)cout<<"no";
	else if(a<b)cout<<"yes";
	else cout<<"equal probability";
	return 0;
}
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main()
{
	cin>>a>>b;
	if(a>b)cout<<"nO";
	else if(a<b)cout<<"yEs";
	else cout<<"equal probability";
	return 0;
}

笑死 各各都是AC代码

2024/12/3 23:19
加载中...