using System;
public class Program
{
public static void Main()
const int ci = 1;
int const ic = 2;
}