3
文字列内のパターンを検索
この挑戦では、あなたの仕事は、与えられた構造を持つ部分文字列を見つけることです。 入力 入力は、空ではない2つの英数字文字列、パターン p、およびテキスト tです。の考え方は、の各文字がp連続して空でない部分文字列を表し、その部分文字列tが隣り合って出現し、pそれらの連結を表すことです。同一の文字は同一の部分文字列に対応します。たとえば、パターンaaは空でない正方形(短い文字列をそれ自体に連結することによって取得される文字列)を表します。したがって、パターンaaは部分文字列byebyeとa一致し、それぞれ一致しbyeます。 出力 テキストtにp一致する部分文字列が含まれている場合、出力はその部分文字列になり、の文字に:対応する文字列の間にコロンが挿入されますp。例えば、我々が持っている場合t = byebyenowとp = aa、その後、bye:bye許容出力されます。一致する部分文字列にはいくつかの選択肢がありますが、そのうちの1つだけを出力します。 t一致する部分文字列が含まれていない場合、出力は悲しい顔になり:(ます。 規則と説明 の異なる文字はp同一の部分文字列に対応できるためp = aba、文字列と一致できますAAA。文字は空でない文字列に対応する必要があることに注意してください。特に、pがより長い場合t、出力はでなければなりません:(。 完全なプログラムまたは関数を記述できます。また、2つの入力の順序を変更することもできます。最小のバイトカウントが優先され、標準の抜け穴は許可されません。 テストケース 形式で与えられますpattern text -> output。他の受け入れ可能な出力が存在する可能性があることに注意してください。 a Not -> N aa Not -> :( abcd Not -> :( aaa rerere -> re:re:re xx ABAAAB -> A:A MMM ABABBAABBAABBA -> ABBA:ABBA:ABBA x33x 10100110011001 -> 10:1001:1001:10 …
17
code-golf
string
code-golf
ascii-art
geometry
code-golf
ascii-art
code-golf
sequence
stack
code-challenge
number
sequence
answer-chaining
code-golf
code-challenge
math
combinatorics
binary-matrix
code-golf
number
code-golf
cryptography
bitwise
code-golf
sudoku
code-golf
brainfuck
metagolf
code-golf
probability-theory
number-theory
primes
fewest-operations
factoring
golf-cpu
code-golf
restricted-source
code-golf
graphical-output
sequence
binary
code-golf
tips
c#
code-golf
geometry
code-golf
graphical-output
fractal
code-golf
number
sequence
code-golf
number
array-manipulation
popularity-contest
game
board-game
code-golf
puzzle-solver
grid
code-golf
ascii-art
geometry
grid
tiling
code-golf
ascii-art
whitespace
balanced-string
code-golf
card-games
king-of-the-hill
javascript
code-golf
whitespace
balanced-string
code-golf
code-golf
math
abstract-algebra
code-golf
java
code-golf
interpreter
stack
code-golf
base-conversion
code-golf
tips
code-golf
ascii-art
geometry
brainfuck
metagolf
code-challenge
math
quine
code-generation
code-golf
number
kolmogorov-complexity
arithmetic
expression-building
code-golf
string
code-golf
quine
popularity-contest
code-golf
base-conversion
code-challenge
image-processing
code-golf
conversion
coding-theory