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