Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
{
Check("abcba", true);
Check("abcde", false);
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
{
foreach (var test in GetTestCases())
{