微信扫一扫打赏支持
摘要: #include <utility>这个头文件是什么用法 例子 #include <iostream> #include <utility> using namespace std; pair<int, int> p; int main() { cin >> p.first >> p.second; 阅读全文
posted @ 2017-09-21 13:52 范仁义 阅读(3110) 评论(0) 推荐(0) 编辑
摘要: 生日蛋糕 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 20450 Accepted: 7264 Description 7月17日是Mr.W的生日,ACM-THU为此要制作一个体积为Nπ的M层生日蛋糕,每层都是一个圆柱体。 设 阅读全文
posted @ 2017-09-21 03:29 范仁义 阅读(559) 评论(0) 推荐(0) 编辑
摘要: ZOJ Problem Set - 1610 Count the ColorsTime Limit: 2 Seconds Memory Limit: 65536 KBPainting some colored segments on a line, some previously painted s 阅读全文
posted @ 2017-09-21 03:16 范仁义 阅读(476) 评论(0) 推荐(0) 编辑