import strscans let (_, a1, a2, a3, b) = stdin.readAll.scanTuple"$i $i $i $i" echo: max a1 + a2 + a3 + b, a3 * 3