В
Все
М
Математика
О
ОБЖ
У
Українська мова
Д
Другие предметы
Х
Химия
М
Музыка
Н
Немецкий язык
Б
Беларуская мова
Э
Экономика
Ф
Физика
Б
Биология
О
Окружающий мир
Р
Русский язык
У
Українська література
Ф
Французский язык
П
Психология
А
Алгебра
О
Обществознание
М
МХК
В
Видео-ответы
Г
География
П
Право
Г
Геометрия
А
Английский язык
И
Информатика
Қ
Қазақ тiлi
Л
Литература
И
История
yakymov
yakymov
08.09.2021 23:42 •  Английский язык

Поставь глагол в скобках в нужную форму настоящего времени в пассивном залоге

Показать ответ
Ответ:
RudiSlav
RudiSlav
12.12.2020 22:03
To recall, I chose two commercials: positive - Coffee Jacobs Monarch and negative -Coffee Jacobs Monarch.The color scheme - vivid image, colorful costumes, excellent quality video.The plot - a little boy on the eve of the New Year (хотя я бы написала "Christmas") takes the usual jar, starts launch fragrance and goes to the balcony. Opening the jar, he released a fragrance, attracting this Santa Claus.Musical accompaniment - wonderful, well-known Christmas song Dean Martin - Let it snow.Actors - One of the main tasks of the smallest actor was his nice behavior in this advertisement and his actor coped perfectly well.The idea - to show that coffee is so good that even the fragrance can be heard wherever you were not, and that you did not do.Overall impression - after viewing the want to drink coffee, because of circumstances, and all the well-known song Dean Martin -Let it snow perfect Christmas mood charges.
---
Я не уверена, что переводить нужно было именно так. .-.
0,0(0 оценок)
Ответ:
hromovaalyona2
hromovaalyona2
08.12.2022 10:25

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

#include <stdio.h>

#include <stdlib.h>     // предоставляет rand() и srand()

#include <time.h>       // предоставляет time()

 

// число строк в массиве:

#define M 5

// длина каждой строки:

#define N 7

 

int main ()

{

   srand(time(NULL));      // новая точка отсчета рнд

   int B[M][N];            // массив

   int cnt;                // число отрицательных

   int i, j;

 

   // заполняем массив случайными:

   for (i=0; i<M; i++)

       for (j=0; j<N; j++)

           B[i][j] = rand() %21 - 10;

 

   // считаем отрицательные:

   for (i=0; i<N; i++)

   {

       cnt = 0;        // перед каждым новым столбцом сбрасываем счетчик отрицательных

       for (j=0; j<M; j++)

           if (B[i][j] < 0) cnt++;

       printf("column #%i, count is: %d\n", i, cnt);

   }

 

   return 0;   // конец программы

0,0(0 оценок)
Популярные вопросы: Английский язык
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота