array_map(function (string $string) { $al = array_flip(range('a', 'z')); $points = 0; foreach (str_split($string) as $s) { $points += ...
確定! 回上一頁