SP10570 LONGCS - Longest Common Substring

Description

Substrings are consecutive parts of a string. A problem usually solved with dynamic programming is to find the longest common substring problem is to find the longest string (or strings) that is a substring (or are substrings) of two strings. Your task is to find the length of the longest common substring of K strings.

Input Format

N/A

Output Format

N/A