Maximum Cyclic Segment Sum by murky-satyr

System.in.eachLine{println~((l=(a=it.split()*.toLong()).size)..l*l).sum{[(a*2)[it%l..<it%l+it/l]]}.max{it.sum()}.join(' ')}

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

download

return to the top page