namespace _20._Valid_Parentheses; internal class Program { static void Main(string[] args) { Console.WriteLine(new Solution().IsValid("([)]")); } }