Var a,b:real; const n=32000000; begin readln(a); if (a>n)then while a>n do begin writeln ('введите другое a '); readln(a) end; readln(b); if (b>n)then while b>n do begin writeln ('введите другое b '); readln(b); end; write(a+b); end.
если там не 32 миллиона а 32 тысячи то заменить 32 миллиона в константе n на 32 тысячи
H = e - самая частая буква английского языка. Обратим внимание на слово V из одной буквы. Скорее всего, V = a, есть артикль а. Из 1 буквы есть еще местоимение I, но оно встречается намного реже. PWH = the; P = t, W = h; PWVP = that. tK = to; K = o oL = of; L = f Дальше пойдет легче, я просто пишу список букв: E = r; J = c; T = s; X = l; I = i; B = m; F = u; N = v; O = n; C = d; D = g; R = y; A = w; Y = x; Z = j; U = p; Q = q; S = z; G = b; M = k В итоге получаем такой текст: Let's set the existence-of-god issue aside for a later volume, and just stipulate that in some way, self-replicating organisms came into existence on this planet and immediately began trying to get rid of each other, either by spamming their environments with rough copies of themselves, or by more direct means which hardly need to be belabored. Most of them failed, and their genetic legacy was erased from the universe forever, but a few found some way to survive and to propagate. After about three billion years of this sometimes zany, frequently tedious fugue of carnality and carnage, godfrey waterhouse iv was born, in murdo, south dakota, to blanche, the wife of a congregational preacher named bunyan waterhouse. Like every other creature on the face of the earth, godfrey was, by birthright, a stupendous badass, albeit in the somewhat narrow technical sense that he could trace his ancestry back up a long line of slightly less highly evolved stupendous badasses to that first self-replicating gizmo-which, given the number and variety of its descendants, might justifiably be described as the most stupendous badass of all time. Everyone and everything that wasn't a stupendous badass was dead.
Привет,да в таблицу можно вставлять и удалять строки и столбцы,это сделано для того что бы например ты внес(ла) в неё какую либо информацию,а потом решил,что она тебе не нужна и вместо того чтобы чтобы сидеть и долго стирать все это ты берёшь и удаляешь строку или столбец с этой информацией,или ещё другой ты создаёшь таблицу про моря и океаны(к примеру)и тебе надо 15 строк и 10 столбцов а изначально можно создать только 8 строк и 10 столбцов,и вот ты просто добавляешь строки со столбцами и у тебя всё получается!
const n=32000000;
begin
readln(a);
if (a>n)then
while a>n do begin
writeln ('введите другое a ');
readln(a)
end;
readln(b);
if (b>n)then
while b>n do begin
writeln ('введите другое b ');
readln(b);
end;
write(a+b);
end.
если там не 32 миллиона а 32 тысячи то заменить 32 миллиона в константе n на 32 тысячи