
Ответы на вопрос

ответ:
using system;
using system.collections.generic;
using system.linq;
using system.text;
using system.threading.tasks;
namespace global
{
class program
{
static void main(string[] args)
{
string first_x = console.readline();
int first_input = convert.toint16(first_x);
int y = 1 - first_input;
y = y + 3 * get_x();
y = y - 4 * get_x();
console.write(y);
console.read();
}
static int get_x()
{
string input = console.readline();
int x = convert.toint16(input);
return x;
}
}
}
объяснение:

Похожие вопросы




Вопросы по предметам



