上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 129 下一页
摘要: 1 #include <algorithm> 2 #include <cstring> 3 #include <cstdio> 4 5 inline void read(int &x) 6 { 7 x=0; register char ch=getchar(); 8 for(; ch>'9'||ch 阅读全文
posted @ 2017-10-15 20:08 Aptal丶 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2728 Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 27191 Accepted: 7557 http://poj.org/problem?id=2728 Descript 阅读全文
posted @ 2017-10-15 19:59 Aptal丶 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://www.51nod.com/onlineJudge/questionCode.html#!problemId=1686 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 关注 https://www.51nod.com/onlineJudge/ 阅读全文
posted @ 2017-10-15 16:02 Aptal丶 阅读(159) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2976 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 13861 Accepted: 4855 http://poj.org/problem?id=2976 Descript 阅读全文
posted @ 2017-10-14 20:42 Aptal丶 阅读(218) 评论(0) 推荐(0) 编辑
摘要: T1 最大值(max) Time Limit:1000ms Memory Limit:128MB 题目描述 LYK有一本书,上面有很多有趣的OI问题。今天LYK看到了这么一道题目: 这里有一个长度为n的正整数数列ai(下标为1~n)。并且有一个参数k。 你需要找两个正整数x,y,使得x+k<=y,并 阅读全文
posted @ 2017-10-14 19:04 Aptal丶 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 129 下一页