using System; using System.Collections.Generic; class Program { static void Main(string[] args) { var T = int.Parse(Console.ReadLine()); var list = new List { 0 }; bool isRandomWalk = false; int x; for (int i=0; i