using System;
public class Program
{
public static void Main()
int each;
int per = each = 5;
Console.WriteLine(per);
Console.WriteLine(each);
}