2 条题解

  • -1
    @ 2026-2-28 20:29:18
    using namespace std;
    int main(){
    	int x;
    	cin>>x;
    	if(x!=1&&x!=3&&x!=5)
    		cout<<"YES"<<endl;
    	else
    		cout<<"NO"<<endl;
    	return 0;
    }
    
    
    

    信息

    ID
    12006
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    43
    已通过
    33
    上传者