codewar专题

codewar c++ 8分题(2))

综述:关键是将正负数区分开。方法很多可以排序算法sort(beg,end),亦可以划分算法partition_copy(beg,end,dest1,dest2,unarypred).区分后用accumulate(beg,end)实现求和 kada: Count of positives/sum of negative instruction: solution: output: