2 条题解

  • 0
    @ 2025-4-14 17:01:32
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        if(a>b){
            cout<<"�ڹ��";
        }else{
            cout<<"���ӿ�";
        }
        return 0;
    }
    
    • 0
      @ 2024-12-30 21:09:50

      数据有误(已吐血)……

    • 1

    信息

    ID
    60
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    17
    已通过
    3
    上传者