delete pics to save space
This commit is contained in:
11
5.1030A.cpp
Normal file
11
5.1030A.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<cstdio>
|
||||
int n,x;
|
||||
bool flag;
|
||||
int main()
|
||||
{
|
||||
scanf("%d",&n);
|
||||
for(int i=0;i<n;i++) scanf("%d",&x),flag|=x;
|
||||
if(flag) printf("HARD\n");
|
||||
else printf("EASY\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user