Дано: for ch:= 'e' downto ‘a’ do write (ch:2); В результате получим :
1) a b c d e;
2) b c d a e;
3) a b d c e;
4) e d c b a;
5) e b c d a;