C++ Level 3 Exercise: Substring Verification (luogu-B2118)

C++ Level 3 Exercise: Substring Verification (luogu-B2118)

This is a Level 3 exercise in GESP, focusing on string manipulation (Knowledge Point 6 in the C++ Level 3 syllabus), Difficulty ★★☆☆☆. luogu-B2118 Substring Verification Problem Requirements Problem Description Input two strings and verify if one string is a substring of the other. Input Format Two lines, each containing one string. Output Format If … Read more