Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2
program two; var i, s: integer; A: array [1..10] of integer; begin Randomize; for i:=1 to 10 do begin A[i]:=random(20)-10; writeln(A[i]:5); end; max:=-32000; for i:=1 to 10 do if A[i]>max then max:=A[i]; writeln('сумма',max); end.
run
|
edit
|
history
|
help
0
Find the greatest integers - v3
practica 2 ejercicio 5
ALEX LIMA NEPOMUCENO 600624764
Huong11a2@
nomer4
Multiplicação de Matrizes
ANA LUCIA CRUZ NERIS RODRIGUES 600623319
test27
Определение типа треугольника по трём сторонам
kiem_tra_nguyen_to