且未

博客园 首页 新随笔 联系 订阅 管理

2017年7月18日 #

摘要: 题目//打注释的是我的代码,一直超时,别人三行代码顶我一坨,同是尺取法,为什么 我的复杂度就这么高呢?#include #include #include #include using namespace std;const int MAX_N = 100010;in... 阅读全文
posted @ 2017-07-18 15:50 阿聊 阅读(139) 评论(0) 推荐(0)

摘要: #include#includeusing namespace std;#includeconst int Max=100010;int main(){ int ans; int n,S,a[Max]; int T; scanf("%d",&T... 阅读全文
posted @ 2017-07-18 11:28 阿聊 阅读(150) 评论(0) 推荐(0)