// editor1
#include<stdio.h>
int main()
{
    int m;
    int stack[m];
    int top = -1;
    scanf("%d",&m);
    void push()
    {
        if (top == -1)
        {
            stack = top + 1;
        }
        printf("%d", stack);
    }
}