// editor1
#include<stdio.h>
int main()
{
int n;
scanf("%d",&n);
if(n<1||n>10)
{
printf("Invalid input");
return 0;
else
{
printf(
}