Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Определение стенки с максимальной высотой
const n = 8; var h, h_next, max, i : integer; begin readln (h); max := h; for i := 2 to n do begin readln (h_next); if h < h_next then begin if max < h_next then begin max := h_next; end else begin {пока ничего не делаем} end end else {h>=h_next} begin {пока ничего не делаем} end; h := h_next; end; writeln(max); end.
run
|
edit
|
history
|
help
0
Ariketa 06
Trang
zadacha7
fgh
linear eq
1
Promedio con aprobación
08 repeat
practica 5 ejercicio 6
eliminar elemento de un arreglo