#include<stdio.h>
int main()
{
    printf(12 9 7 4 2);
    return 0;
}