class Solution { public List findSubstring(String s, String[] words) { int m, n; } }