sbool containsAnyChar(S s, S chars) { int n = l(s); for i to n: if (contains(chars, s.charAt(i))) true; false; }