随笔分类 -  基础算法 - 前缀和

摘要:http://codeforces.com/problemset/problem/1189/C 求一下前缀和,给定区间的数字和除以10就是答案 AC代码: #include<iostream> #include<algorithm> #include<vector> using namespace 阅读全文
posted @ 2019-07-17 14:16 AaronChang 阅读(114) 评论(0) 推荐(0)