c++ 11.0
2022-08-29 13:30
views:
461
source:
元素周期表
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin>>a;
if(a==1)
{
cout <<"NO";
}
else if(a==3)
{
cout <<"NO";
}
else if(a==5)
{
cout <<"NO";
}
else
{
cout <<"YES";
}
return 0;
}
printf("%d" ,1+5);
Disclaimer: The above articles are added by users themselves and are only for typing and communication purposes. They do not represent the views of this website, and this website does not assume any legal responsibility. This statement is hereby made! If there is any infringement of your rights, please contact us promptly to delete it.