using System;
public class C
{
const float f = 129.0f;
public static void Main()
Console.WriteLine(unchecked((sbyte)f));
}