String Concatenation

Правка en1, от shah_entrance, 2019-07-01 13:42:44

Given a string. Check if the string is a concatenation of any prefix of this string (any number of times concatenation is possible). If present then print the prefix, otherwise -1.

Теги string, concatenation

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский shah_entrance 2019-07-01 13:42:44 200 Initial revision (published)