read `Litt.txt`: K:=10000: M1:=3: N1:=4: for m from 2 to M1 do for n from 2 to N1 do print(``): print(`-------------------------------`): print(``): print(`Alphabet is`, {seq(i,i=1..m)}): print(``): print(``): print(`-------------------------------`): print(``): print(`length of words is`, n): TestMihai(m,n,K): print(``): print(`---------------------------------`): od: od: print(`This took`, time(), `secomds `): quit: