Код:
using System;
namespace WordsCounter
{
class Bishop
{
private int x, y;
public Bishop(int x, int y)
{
this.x = x;
this.y = y;
}
public bool CanIAttackIt(int x, int y)
{
return Math.Abs(x - y) == Math.Abs(this.x - this.y);
}
}
class Program
{
static void Main(string[] args)
{
var x0 = int.Parse(Console.ReadLine()!);
var y0 = int.Parse(Console.ReadLine()!);
var x = int.Parse(Console.ReadLine()!);
var y = int.Parse(Console.ReadLine()!);
Console.WriteLine((new Bishop(x0, y0)).CanIAttackIt(x, y));
}
}
}
You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. Знакомьтесь с клавиатурой Gboard! Здесь будет сохраняться текст, который вы копируете.You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it. You read a lot about England and you really start liking this county. Write this news to your English friend: a) The more I read about England, the bigger I like it. 6) The much I read about England, the bigger I like B) The more I read about England, the more I like it. r) The many I read about England, the many I like it.
Поделитесь своими знаниями, ответьте на вопрос:
Какие средства хранения информации были первыми?