摘要:
The Blocks Problem Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 101 uDebug The Blocks Problem Submit Stat 阅读全文
posted @ 2016-08-22 23:51
Yan_Bin
阅读(190)
评论(0)
推荐(0)
摘要:
1.Vector数组可以认为是大小的数组。 2.它可以实现排序,函数是sort(v.begin(),v.end() 。 3.它可以实现二分查找功能,函数是lower_bound(v.begin(),v.end(),x)。查找的是值x,返回第一个大于或者等于小的值的指针。如果查找返回的是指针v.end 阅读全文
posted @ 2016-08-22 23:20
Yan_Bin
阅读(2973)
评论(1)
推荐(0)
摘要:
Where is the Marble? Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 10474 uDebug Where is the Marble? Submi 阅读全文
posted @ 2016-08-22 23:17
Yan_Bin
阅读(323)
评论(0)
推荐(0)
摘要:
Packets Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%lld & %llu Submit Status Practice POJ 1017 Description A factory produces products pac 阅读全文
posted @ 2016-08-22 22:56
Yan_Bin
阅读(247)
评论(0)
推荐(0)