#include<stdio.h>
int main()
{
    n=int(intput())
    for i in range(1,7):
    {
        printf("%d\n",n);
    }
    return 0;
}