using System;
public class Program
{
public static void Main()
Console.WriteLine("Kerek egy hatvanyalapot: ");
int a = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Kerek egy kitevot: ");
int b = Convert.ToInt32(Console.ReadLine());
}