1 条题解

  • 1
    @ 2025-11-24 20:43:46

    包对

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        ios::sync_with_stdio(false);
        cin.tie(0);
        cout.tie(0);
        long long n;
        cin>>n;
        if(n%2==0) cout<<"NO";
        else cout<<"YES";
        return 0;
    }
    
    
    • 1

    信息

    ID
    216
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    85
    已通过
    65
    上传者