Sponsored
Use these hints if you're stuck. Try solving on your own first.
For each string in words, check if it is a prefix of s. If true, increment the answer by 1.
Solve with full IDE support and test cases