!7 static L strings = ll("hello", " hello", "bla", "yes HELLO", "HELLO yo"); p { for (int n = 1; n <= 5; n++) print(scoredSearch2(n, "hello", strings)); }