29 条题解

  • 23
    @ 2024-2-23 9:50:10
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int x,y;
        cin>>x>>y;
        if(x>y){
        cout<<">"<<endl;
    }
        if(x<y){
        cout<<"<"<<endl;
    }
        if(x==y){
        cout<<"="<<endl;
    }
    return 0;
    }
    
    求点赞,我要饿死了
    

    信息

    ID
    89
    时间
    1000ms
    内存
    512MiB
    难度
    6
    标签
    (无)
    递交数
    1220
    已通过
    353
    上传者