Ka2ffka141
?>

Написать программу на pascal: дан массив целых чисел. удалить первый чётный элемент входного списка, не кратный 6. дополнительные списки, стандартные функции и срезы не использовать.

Информатика

Ответы

Volochaev

Объяснение:

1. List the main components of media.

Digital format, interactivity and multimedia

2. Give an example of a nonlinear and comment on multimedia.

For example, Skyrim will have; audio, video, animation, text, interactivity and image multimedia inside of it. Skype is also a non-linear multimedia as it allows for user input and has interactivity. Skype consists of; video, audio, interactivity, image and text multimedia.

3. Describe the advantages and disadvantages of vector graphics.

Vector images usually require less disk space as compared to bitmap. They are formed mostly by simple gradients or flat colors since they don't require too much disk space.  They don't lose quality when you scale them.  

4. For what purpose uses interlaced scanning and why Currently?

The purpose of using interlaced scanning is to transmit a full frame quickly to reduce flicker.

5. What is the nature of the structural approach to design IP?

About Structural Approach It is based on the assumptions that language can be best learnt through a scientific selection and grading of the structures or patterns of sentences and vocabulary.

Потапова 79275136869323

#include <iostream>

#include <vector>

#include <map>

#include <cmath>

#include <queue>

#include <set>

#include <iomanip>

#include <map>

using namespace std;

//#define int long long

signed main() {

   ios_base::sync_with_stdio(0);

   cin.tie(0);

   cout.tie(0);

   int n;

   cin >> n;

   int mx = -INT_MAX,cnt=0,ans=1;

   for(int i = 0; i < n; i++)

   {

       int k;

       cin >> k;

       if(i < n/2)

           mx = max(mx,k);

       if(k < 0)

       {

           ans *= k;

           cnt++;

       }

   }

   cout << "maximal element in first half: " << mx << "\n";

   cout << "product of negative numbers: " << ans << "\n";

   cout << "amount of negative numbers: " << cnt;

}

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Написать программу на pascal: дан массив целых чисел. удалить первый чётный элемент входного списка, не кратный 6. дополнительные списки, стандартные функции и срезы не использовать.
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

Zeitlinama7067
docvet4
testovich1012
gdmaslo
NikolaevichIP1136
Yekaterina358
membuksdk
lele4kass
хуйдрочил_Анастасия
apetrov13
sbarichev330
office
mrvasilev2012
v-shevlyakov7992
Виталий887