using System;
public class Program
{
public static void Main()
decimal currentCharges = 0.0m;
Console.WriteLine(currentCharges.Equals(0));
}