20分花红柳绿 !!!!!!!!
查看原帖
20分花红柳绿 !!!!!!!!
1556684
Liao_Zongze楼主2024/12/25 11:44

为什么,难道我题目理解有误吗??

#include<bits/stdc++.h>
using namespace std;
int main(){
    int  a,b;
    cin>>a>>b;
    if (a>b){
        cout<<"Yes";
    }
    if (a<b){
        cout<<"No";
    }
    if (a==b){
        cout<<"equal probability";
    }
    return 0;
}
2024/12/25 11:44
加载中...