U67JSGJKRULDFO6DXGWRSVAB65ICNSWMIAOMMCPELKKH5H5CVNPQC
strategy input rel = product . take 2 . reverse . sort . foldl1 (zipWith (+)) . evalState (state input rel) . initialState $ input
strategy input rounds rel = product . take 2 . reverse . sort . foldl1 (zipWith (+)) . evalState (state rounds input rel) . initialState $ input