using System;
public class Program
{
public static void Main()
for (int i = sbyte.MinValue; i <= sbyte.MaxValue; i++)
Console.WriteLine((sbyte)i);
}