The solution in Java code ; return mixed.stream().mapToInt(o -> Integer.parseInt(o.toString())).sum(); } ; int sum = ; for (Object element : mixed) ...
確定! 回上一頁