29 条题解

  • -1
    @ 2024-2-23 9:51:11

    #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
    上传者