using System;
public class Program
{
public static void Main()
int a = 5;
int b = 4;
int c = 2;
/* lệnh còn thiếu */
Console.WriteLine(d);
}