using System;
public class Program
{
public static void Main()
int brojUcahr = 'a';
Console.WriteLine(brojUcahr);
}