Problem 2698 --String Search - Pattern Search

2698: String Search - Pattern Search

"
Time Limit $3$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $9$ 正确数量 $5$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 STL

Pattern Search 

Find places where a R × C pattern is found within a H × W region. Print top-left coordinates (i, j) of sub-regions where the pattern found. The top-left and bottom-right coordinates of the region is (0, 0) and (H-1, W-1) respectively.

In the first line, two integers H and W are given. In the following H lines, i-th lines of the region are given. 

In the next line, two integers R and C are given. In the following R lines, i-th lines of the pattern are given.

For each sub-region found, print a coordinate i and j separated by a space character in a line. Print the coordinates in ascending order of the row numbers (i), or the column numbers (j) in case of a tie.
4 5
00010
00101
00010
00100
3 2
10
01
10
0 3
1 2

1 ≤ H,W ≤ 1000 

1 ≤ R,C ≤ 1000 

The input consists of alphabetical characters and digits

推荐代码 查看2698 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] 找队友,能刷题的那种 413606 2019-05-02 14:49:40
内存最少[$2216 $KB] 中森明菜 1101638 2024-05-06 18:02:42
第一AC 找队友,能刷题的那种 413606 2019-05-02 14:49:40
第一挑战 找队友,能刷题的那种 413606 2019-05-02 14:49:40

赛题来源/所属竞赛 会津大学《挑战数据结构与算法》 挑战数据结构与算法

竞赛编号 竞赛名称 竞赛时间 访问比赛
1818 安科ACM集训队-2024(1)数据结构字符串,基础数据结构专题 2024-05-01 10:00:00 请登录
1645 安科ACM集训队-2021(1)数据结构字符串,基础数据结构专题 2021-05-01 10:00:00 请登录
1332 图灵2019五一高级算法集训营:数据结构字符串、基础数据结构、专题 2019-05-02 09:00:00 请登录