using System;
public class Program
{
public static void Main()
}
interface IStack
int Pop();
void Push(int val);
// int GetMax();