// editor1
#include<stdio.h>
int MAX SIZE=100;
int top=-1;
int main()
{
    printf("12 54 63 87 44 12");
    return 0;
}