Есть разные целые типы, но тебе подходит ShortInt: от -128 до 127
а1 = 100
аn = 990
n = 90
S = (100+990)*90/2 = решишь сам))
Using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace pzn
{
class Program
{
public static void Main(string[] args)
{
int x = Convert.ToInt32(Console.ReadLine());
int y = Convert.ToInt32(Console.ReadLine());
int temp;
if (x<y)
{
x ^= y;
y ^= x;
x ^= y;
}
Console.WriteLine("x={0}, y={1}", x, y);
Console.ReadKey();
}
}
}
Количество символов = 8*40*48
Объем рассказа = 8*40*48*8 бит = 8*40*48*8/8 байт = 8*40*48 байт = 8*40*48/1024 Кбайт = 15 Кбайт