1 条题解

  • 0
    @ 2024-1-18 20:22:57
    #include<bits/stdc++.h>	
    using namespace std; 
    int main()
    { 
        int a,b;
        cin>>a>>b;
        if(a==b)
        {
            cout<<"A和B相等";
        }
        else
        {
            cout<<"A和B不相等";
        }
        return 0; 
    }
    

    信息

    ID
    1017
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    127
    已通过
    46
    上传者