using System.Collections.Generic;
public static Dictionary<string, string> GoalMap = new Dictionary<string, string>()
public static string Interpret(string command) {
int i = 0, len = command.Length;
var sb = new StringBuilder();
if (GoalMap.ContainsKey(com))
public static void Main()
Console.WriteLine("UniLecs");
Console.WriteLine(Interpret("G()(al)"));
Console.WriteLine(Interpret("G()()()()(al)"));