Есть ответ 👍

Msdos. the command dir/w means: // a) screenful at a time the output table of contents.// b) display file name information in the directory to 5 in each line.// c) printing text on the printer.// d) display text on the screen.// e) listing the contents of a directory.

225
413
Посмотреть ответы 2

Ответы на вопрос:

Shummer
4,4(72 оценок)

e: listing the contents of a   directory

uylia7
4,5(85 оценок)

Const   n = 50; // количество чиселvar   k: array [1..n] of integer;   i, j, n1, n2, minr, a, b: integer; begin   writeln(n, ' ', ': d');   a : = random(1000);   b : = random(1000);   minr : = 10000;   for i : = 1 to n do       k[i] : = a + random(b);   for i : = 1 to n do       for j : = 1 to n do           if ((abs(k[i] - k[j])) < minr) and (k[i] < > k[j]) then           begin               minr : = abs(k[i] - k[j]);               n1 : = i;               n2 : = j;           end;   writeln(n1, ' ', n2); end.

Популярно: Информатика