#define abs(x) ((x)<0 ? -(x) : (x)) using namespace std; int main() { srand(time(0)); int n, k, m = 0; cout << "n = ", cin >> n;
int A[n], B[n]; cout <<"A("<<n<<"):"; for(int i = 0; i < n; i++) cout <<" "<< (A[i] = rand() % (n*2+1) -n);
cout << "\nk = ", cin >> k;
for(int i = 0; i < n; i++) if (abs(A[i]) % 10 == k) B[m++] = A[i];
cout <<"B("<<m<<"):"; for(int i = 0; i < m; i++) cout <<" "<< B[i]; return 0; }
viktort889841
28.06.2021
Var A: array [1..10] of integer; i,b: integer; begin for i:=1 to 10 do readln(A[i]); for i:=1 to 10 do begin if A[i]=5 then writeln(i,' Строка'); end; end.
Ответить на вопрос
Поделитесь своими знаниями, ответьте на вопрос:
Время прибывания за компьютером 6_9 класс сколько
час полтора примерно наверное