main
黄海 8 months ago
parent dcea4135f6
commit 5b3830426c

@ -112,7 +112,7 @@ public class A12 {
for (List<String> row : source2) {
for (int j = 1; j <= 4; j++) {
if (j + 1 > row.size()) continue;
row.set(j, String.valueOf((int) (Double.parseDouble(row.get(j)) * mul)));
row.set(j, String.valueOf(Double.parseDouble(row.get(j)) * mul/10000));
}
}
}

Loading…
Cancel
Save