using System;
enum Test
{
STO,
}
public class Program
public static void Main()
Console.WriteLine(Test.STO.ToString());