codewar c++ 8分题(2))

来源:互联网 发布:国际数据调研公司 编辑:程序博客网 时间:2024/05/29 18:55

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

kada: Count of positives/sum of negative

instruction:


solution:


output:


0 0