using System;
using System.Collections;
public class Program
{
public static void Main()
Stack st = new Stack();
st.Push('z');
}