View Single Post
uhhh lemme do it

using System;



class Program
{
static void Main(string[] args)
{
Console.WriteLine("MATH");

int ancients_offer = 400000;

int pavors_price = (ancients_offer * 2) + 100000;
int pavors_otherprice = pavors_price - 50000;

Console.WriteLine("PavoR wants={0}, but he also can accept={1}", pavors_price, pavors_otherprice);
Console.ReadLine();

}
}

answer = http://prntscr.com/m3u290