1 条题解

  • 1
    @ 2025-11-30 10:26:48
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        if(n!=1&&n!=3&&n!=5)
            cout<<"YES";
        else
            cout<<"NO";
        return 0;
    }
    
    • 1

    信息

    ID
    6902
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    25
    已通过
    16
    上传者