1 条题解

  • 3
    @ 2024-1-29 20:31:56
    #include<bits/stdc++.h>
    using namespace std;
    int a[1000][1000];
    int main()
    {
    int a,b;
    cin >> a >> b;
    if(a>=b) cout <<"Yes" << endl;
    else cout << "No" << endl;
    //so easy
    
    • 1

    信息

    ID
    32
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    282
    已通过
    159
    上传者