AE
думал вы тут кратенько скажете
Size: a a a
AE
БГ
R3
БГ
py3
iterable = [300, 2, 12, 44, 1, 1, 4, 10, 7, 1, 78, 123, 55]
release = (item for index, item in enumerate(iterable[1:]) if item>iterable[index])
print ([*release])
[12, 44, 4, 10, 78, 123]
R3
БГ
R3
AE
A
A
A
#ifndef ALLOW_SMEHUECHKI
#define ALLOW_SMEHUECHKI
#endif
M
S
S
M
M
AE
M