sum of subsequences by I., S.

import List
m@main=getLine>>=print.sort.concat.map(\x->map(+last x)$init x).tail.inits.map read.words>>m

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page