nastia296
08.11.2020 16:42

допишите предложения,используя ключеыые слова в таблице.Нулей,единиц,двоичном ,восьмеричном правильно,СОЧ, по икт ​

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
Tatarin570
20.06.2020 20:32

Стеганку не люблю, но явно надо работать с словами песни

+ Изображения (цезаря?) дают наводку на Cesar cipher.

Заготовка на Python3

a = """A lover spurned

A lesson learned

On love you’ve got

Your fingers burnt

Shed bitter tears

Now love has turned

The sweet revenge

Of a lover spurned

A passing phase

A week of love

But all at once

You had enough

It pales so soon

Waned with the moon

No deep concern

For a lover spurned

She’ll destroy you with her little games

See you swallow all the blame

Make you pay in many ways

For the pleasure of watching you squirm

She’ll tell her friends to treat you rough

That you just weren’t good enough

Make the going really tough

For the pleasure of watching you burn in hell

And every day

More guilt to pay

A lesson learned

From a lover spurned

It was all so cosy for you

You had a wife, two children

And a beautiful house

And me, well you wanted me

When it suited your needs

And now, now I have nothing

Just a handful of faded photographs

Nothing but a cold empty heart

But I’m not easily forgotten

I’ll appear when you least expect

To make you pay

You asked for it that way

She’ll come to get you with a knife

Write poison letters to your wife

Totally destroy your life

For the pleasure of watching you squirm

She’ll make a fool of you at work

Drag your name through the dirt

Make sure that it really hurts

For the pleasure of watching you burn in hell

A lover spurned

A lesson learned

On love you’ve got

Your fingers burnt

Shed bitter tears

Now love has turned

The sweet revenge

Of a lover spurned

The sweet revenge

Of a lover spurned

""".replace('\n',' ').split()

enc = "9 17 23 20 25 26 27 28 17 21 20 1 x 7 22 9 1e 14 25 18 22 2 11 1x 13 14 25 1 21 17 19 11 1x 10 20 15 6 4 10 24 15 12 18 25 25 26 10 11 19 18 20 25 19 1x 17 14 4 13 25 20 e 2 11 24 15 11 18 22 25 7 16 24 15 x x"

mes = ""

for i in enc.split():

   try:

       mes += a[int(i)] + " "

   except:

       mes += i

print(mes)

0,0(0 оценок)
Ответ:
androp4ik1
11.04.2023 17:30
// PascalABC.NET 3.2, сборка 1417 от 28.03.2017
// Внимание! Если программа не работает, обновите версию!

type
  Mas=array[,] of integer;
var
  n,m:integer;
 
procedure GetMas(s:string; var a:Mas);
begin
  if n=0 then begin
    n:=ReadInteger('Количество строк в массиве:');
    m:=ReadInteger('Количество столбцов в массиве:');
  end;
  Writeln('Вводите элементы массива ',s);
  a:=ReadMatrInteger(n,m)
end;

function MinMas(a:Mas):=a.ElementsByRow.Where(x->x<0).Min;

begin
  var a,b,c,d:Mas;
  n:=0;
  GetMas('A',a);
  GetMas('B',b);
  GetMas('C',c);
  GetMas('D',d);
  Writeln('Искомый максимум равен ',
    Max(MinMas(a),Max(MinMas(b),Max(MinMas(c),MinMas(d
end.

Пример
Количество строк в массиве: 3
Количество столбцов в массиве: 5
Вводите элементы массива A
-33 -50  34 -41 -41
-31  10  37  31  40
32 -49 -32 -27   4
Вводите элементы массива B
-22  35  16  -6  37
0  11 -48  18 -20
-39  25 -43  38 -26
Вводите элементы массива C
23  38 -33   8  26
17  -8 -42  39   5
16  -1 -12 -25 -49
Вводите элементы массива D
29  31 -21  27  18
-38  49 -11  17 -49
6  48 -34  30  49
Искомый максимум равен -48
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота