摘要:
Time Limit:1000MSMemory Limit:10000KTotal Submissions:84918Accepted:36763DescriptionFred Mapper is considering purchasing some land in Louisiana to bu... 阅读全文
摘要:
Binary String Matching时间限制:3000ms | 内存限制:65535KB难度:3描述Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as a substring of B? For example, the text string B is ‘1001110110’ while the pattern string A is ‘11’, you should output 3 阅读全文