using System;
public class Program
{
public static void Main() {
int sal = 300;
Console.WriteLine($"Joseph Ghobi gets {sal} ");
}