// editor1
#include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
if (a=5 10 20 30 40 50)
printf("10 20 30 40 50");
    
}