Const n=5;
var x,y:array[1..n] of integer;
i,j,a,s,k:integer;
begin
writeln('vvedite a=');
readln(a);
writeln('vvedite massiv x=');
for i:=1 to n do
read(x[i]);
writeln ('vvedite massiv y=');
for j:=1 to n do
read(y[j]);
k:=0;
s:=0;
for i:=1 to n do
for j:= 1 to n do
if x[i]*y[j]<=a then begin
k:=k+1;
s:=s+(x[i]*y[j]);
end;
writeln ('kolicestvo=',k,' summa=',s);
readln;
end.
Mod(40,6) = 4 Остаток от деления
div(40,6) = 6 Целое значение от деления
abs(-5) = 5 Модуль
sign(95) = 1 Если число больше 0, значит = 1
sqrt(64) = 8
4 + 6 - 5 + 1 +8 = 14
#include <iostream>
#include <vector>
using namespace std;
typedef pair<int, int> rb;
int main() {
vector<rb> lst;
int n;
cout<<"n = "; cin>>n;
int a[n][n];
for (int i=0; i<n; i++) {
cout<<"row "<<i+1<<": ";
for (int j=0; j<n; j++) cin>>a[i][j];
}
cout<<"list of edges"<<endl;
for (int i=0; i<n; i++)
for (int j=i+1; j<n; j++)
if (a[i][j]>0) lst.push_back(make_pair(i+1,j+1));
for (int i=0; i<lst.size(); i++)
cout<<lst[i].first<<" "<<lst[i].second<<endl;
system("pause");
return 0;
}
5643^8=5×8^3+6×8^2+4×8^1+3×8^0=2979^10
1000101001^2=553^10
Бястродейственные, компактные, более прочные, с увеличенным сроком работы, неэнергоемкие, болший запас памяти, дружественность интерфейса, эргономичные