首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
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:
阅读更多...