2018年2月25日
摘要:
链接:https://www.nowcoder.com/acm/contest/77/B来源:牛客网Big Water Problem时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 131...
阅读全文
posted @ 2018-02-25 18:14
蔡军帅
阅读(199)
推荐(0)
摘要:
链接:https://www.nowcoder.com/acm/contest/77/B来源:牛客网 Big Water Problem Big Water Problem 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Fo
阅读全文
posted @ 2018-02-25 18:14
蔡军帅
阅读(175)
推荐(0)
2018年2月24日
摘要:
SumsetsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11946 Accepted: 3299DescriptionGiven ...
阅读全文
posted @ 2018-02-24 14:27
蔡军帅
阅读(135)
推荐(0)
摘要:
Sumsets Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11946 Accepted: 3299 Description Given S, a set of integers, find the largest d suc
阅读全文
posted @ 2018-02-24 14:27
蔡军帅
阅读(412)
推荐(0)
摘要:
STL算法STL 算法是一些模板函数,提供了相当多的有用算法和操作,从简单如for_each(遍历)到复杂如stable_sort(稳定排序),头文件是:#include 。常用STL 算法库包括:sor...
阅读全文
posted @ 2018-02-24 13:53
蔡军帅
阅读(333)
推荐(0)
摘要:
STL算法 STL 算法是一些模板函数,提供了相当多的有用算法和操作,从简单如for_each(遍历)到复杂如stable_sort(稳定排序),头文件是:#include <algorithm>。常用STL 算法库包括:sort快速排序算法、二分查找算法、枚举排列算法等。 1、 sort排序系列
阅读全文
posted @ 2018-02-24 13:53
蔡军帅
阅读(196)
推荐(0)
摘要:
SubsetTime Limit: 30000MS Memory Limit: 65536KTotal Submissions: 5721 Accepted: 1083DescriptionGiven a...
阅读全文
posted @ 2018-02-24 13:42
蔡军帅
阅读(124)
推荐(0)
摘要:
Subset Time Limit: 30000MS Memory Limit: 65536K Total Submissions: 5721 Accepted: 1083 Description Given a list of N integers with absolute values no
阅读全文
posted @ 2018-02-24 13:42
蔡军帅
阅读(193)
推荐(0)
2018年2月23日
摘要:
4 Values whose Sum is 0Time Limit: 15000MS Memory Limit: 228000KTotal Submissions: 25675 Accepted: 772...
阅读全文
posted @ 2018-02-23 15:38
蔡军帅
阅读(101)
推荐(0)
摘要:
4 Values whose Sum is 0 Time Limit: 15000MS Memory Limit: 228000K Total Submissions: 25675 Accepted: 7722 Case Time Limit: 5000MS Description The SUM
阅读全文
posted @ 2018-02-23 15:38
蔡军帅
阅读(218)
推荐(0)