Юрий Савиных, 527 группа ShuffleString 2236
Астраханцев Дмитрий 321 ShuffleString 2165
f1s1 = input()f1s1 = input()
2s2 = input()2s2 = input()
t3permutations = [''.join([s1[j::i] for j in range(i)]) for i in range(1, len(s1))]t3shuffle = [''.join([s1[j::i] for j in range(i)]) for i in range(1, len(s1))]
4if s2 in permutations:4if s2 in shuffle:
5    print(permutations.index(s2) + 1)5    print(shuffle.index(s2) + 1)
6else:6else:
7    print('No')7    print('No')
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op