#include <stdio.h>
void main()
{
int n;
scanf(
"%d"
,&n);
if
(n > 5) {
printf(
"more than five"
);
}
else
"less than or equal five"
getchar();