Problem 2697 --String Search - String Search

2697: String Search - String Search

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

String Search 

Find places where a string P is found within a text T. Print all indices of T where P found. The indices of T start with 0.

In the first line, a text T is given. In the second line, a string P is given.

Print an index of T where P found in a line. Print the indices in ascending order.

aabaaa
aa
0
3
4

1 ≤ length of T ≤ 1000000 

1 ≤ length of P ≤ 10000 

The input consists of alphabetical characters and digits

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

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] +_+ 448131 2019-07-18 23:51:25
内存最少[$2020 $KB] RUBY-WOO 431012 2019-05-20 17:59:27
第一AC 找队友,能刷题的那种 413442 2019-05-02 11:40:59
第一挑战 找队友,能刷题的那种 413442 2019-05-02 11:40:59

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

竞赛编号 竞赛名称 竞赛时间 访问比赛
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 请登录