上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: 比赛时候面向过题队伍数目 打表- - 看了题解发现确实是这么回事,分析能力太差.. 阅读全文
posted @ 2017-08-02 14:19 nicetomeetu 阅读(121) 评论(0) 推荐(0) 编辑
摘要: /* HDU 6058 - Kanade's sum [ 思维,链表 ] | 2017 Multi-University Training Contest 3 题意: 给出排列 a[N],求所有区间的第k大数之和 N using namespace std; const int N = 5e5+5; int t, n, k; int a[N], pos[N]; int pre[N], ... 阅读全文
posted @ 2017-08-02 03:04 nicetomeetu 阅读(153) 评论(0) 推荐(0) 编辑
摘要: s <= c是最骚的,数组在那一维开了10,第八组样例直接爆了- - 阅读全文
posted @ 2017-08-02 00:49 nicetomeetu 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 证明在Tutorial的评论版里 update*修改了错误的代码 阅读全文
posted @ 2017-08-02 00:43 nicetomeetu 阅读(321) 评论(2) 推荐(0) 编辑
摘要: 思路来源于 FXXL - - 一个比较奇怪的地方就是第三步可以不做,也就是ans至少为1,听说场内有提问的,然后 admin 说可以不做- - (wa的我心烦) 阅读全文
posted @ 2017-08-01 23:06 nicetomeetu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: /* CodeForces 834C - The Meaningless Game [ 分析,数学 ] | Codeforces Round #426 (Div. 2) 题意: 一对数字 a,b 能不能被表示为 a = x^2 * y , b = x * y^2 分析: 看出题意就差不多可以直接上了 a^2 = x^4 * y^2 , b = x * y^2 x^3 = a^2/... 阅读全文
posted @ 2017-07-31 19:51 nicetomeetu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 题解证明很详细 *更新了代码,原代码TLE- -,num <= p 的时候就要退出。。 阅读全文
posted @ 2017-07-31 13:07 nicetomeetu 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 说实话不是很懂按题解怎么写,思路来源于 http://blog.csdn.net/calabash_boy/article/details/76272704?yyue=a21bo.50862.201879 写起来倒是挺短的。 阅读全文
posted @ 2017-07-31 01:24 nicetomeetu 阅读(425) 评论(0) 推荐(0) 编辑
摘要: *修正了一下写错的部分 阅读全文
posted @ 2017-07-30 17:18 nicetomeetu 阅读(342) 评论(0) 推荐(0) 编辑
摘要: * 修正了写错的公式 阅读全文
posted @ 2017-07-30 02:46 nicetomeetu 阅读(439) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页