delete pics to save space
This commit is contained in:
11
history_source/信息学奥赛一本通/1.3.1.cpp
Normal file
11
history_source/信息学奥赛一本通/1.3.1.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int n;
|
||||
scanf("%d",&n);
|
||||
if(n&1&&n!=7) printf("NO\n");
|
||||
else printf("YES\n");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user