[UVA][2D String matching][KMP、AC自動機] 11019 - Matrix Matcher
Problem H
Matrix Matcher
Input: Standard Input
Output: Standard
Output
Given an N * M matrix, your task is to find the number of occurences of an X * Y pattern.
Input
The first line contains a single
integer t(t ≤ 15), the number of t...