using System;
public class Program
{
public static void Main()
int a=5;
int b=10;
int S=a*b;
int P=2*(a+b);
Console.WriteLine(SP);
}