摘要:
SumsetsTime Limit:1000MSMemory Limit:65536KTotal Submissions:8235Accepted:2260DescriptionGiven S, a set of integers, find the largest d such that a + b + c = d where a, b, c, and d are distinct elements of S.InputSeveral S, each consisting of a line containing an integer 1 2 #include 3 #include 4... 阅读全文