#include<stdio.h>
int main()
{
    printf("12 54 63 87 44 12")
    return 0;
}