记忆犹新也算是又一次拾起这个blog Just begin看着一群群大牛还有队友男神的省<em>赛</em>总结都出了 我最
https://www.u72.net/daima/ncwae.html - 2024-10-10 20:02:02 - 代码库2016 第七届蓝桥杯 c/c++ B组省<em>赛</em>真题及解题报告勘误1:第6题第4个 if最后一个条件粗心写错了,答案应为1580。
https://www.u72.net/daima/nwkm6.html - 2024-11-04 15:31:01 - 代码库2016 CCPC 网络<em>赛</em>A - A water problem 水题,但读题有个坑,输入数字长度很大。。
https://www.u72.net/daima/83ff.html - 2024-09-12 05:16:50 - 代码库四题,排名107,铜尾。。。。发挥还真是稳定阿。。。。这场队友终于给力了,我怂了。。。。QAQA 水题,10min 1AK 水题,28min 2A 还是需要一点点想法的。我傻逼
https://www.u72.net/daima/nx32.html - 2024-08-11 19:33:10 - 代码库大概是第四五次组队训练了。四题。第一次进铜牌线了= =(苦笑A题,水题,队友看一会就敲了,1A。 J题,我看的,没看懂,叫队友和我一起看,三个人在没有讨论的情况下,全
https://www.u72.net/daima/w6b.html - 2024-08-10 22:13:47 - 代码库北京嘛,我大天朝之帝都,当然是高手云集撒。 躺了21个小时的火车,历史以来最久了。旅社住“7天”,一直以为“7天”是为情侣们准备的,事实估摸着也是这
https://www.u72.net/daima/z7fx.html - 2024-07-05 07:04:51 - 代码库第一次参加这样比较正规、比较大型的比赛,能拿到银感觉挺不错的。比赛开始的时候我们分工看题,一开始烁晖发现了A题是一道很水的题,便去敲代码,卓荣帮忙确
https://www.u72.net/daima/zhr7.html - 2024-07-04 13:04:19 - 代码库问题 E: Distance时间限制: 1 Sec 内存限制: 128 MB提交: 48 解决: 12[提交][状态][论坛]题目描述There is a battle field. It is a square with
https://www.u72.net/daima/hruw.html - 2024-07-05 21:23:26 - 代码库问题 K: Traveling时间限制: 1 Sec 内存限制: 128 MB提交: 13 解决: 4[提交][状态][论坛]题目描述SH likes traveling around the world. When he
https://www.u72.net/daima/hru4.html - 2024-07-05 21:23:59 - 代码库#include<iostream>#include<cstdio>#include<string>#include<cstring>#include<algorithm>using namespace std;const int maxn = 205;struct chs{
https://www.u72.net/daima/hv7r.html - 2024-08-13 11:45:17 - 代码库#include<cstdio>#include<iostream>#include<algorithm>#include<cstring>#include<cmath>#include<vector>#include<queue>#include<map>#include<
https://www.u72.net/daima/hv78.html - 2024-08-13 11:46:17 - 代码库#include<cstdio>#include<iostream>#include<algorithm>#include<cstring>#include<cmath>#include<vector>#include<queue>#include<map>#incl
https://www.u72.net/daima/hv9a.html - 2024-08-13 11:48:39 - 代码库QSC and MasterTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Problem DescriptionEvery school has some
https://www.u72.net/daima/h8r4.html - 2024-08-13 19:44:40 - 代码库The Best PathTime Limit: 9000/3000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Problem DescriptionAlice is planning her tr
https://www.u72.net/daima/h4sh.html - 2024-08-13 16:42:55 - 代码库问题 F: Graph时间限制: 1 Sec 内存限制: 128 MB提交: 30 解决: 5[提交][状态][论坛]题目描述Your task is to judge whether a regular polygon
https://www.u72.net/daima/hr3n.html - 2024-07-05 21:38:07 - 代码库题目链接http://acm.hdu.edu.cn/showproblem.php?pid=5881 Problem DescriptionTea is good.Tea is life.Tea is everything.The balance of tea
https://www.u72.net/daima/h479.html - 2024-08-13 17:05:12 - 代码库四题,铜靠前。今天训练我一道题没写&hellip;&hellip;被队友带飞的感觉真好Orz 换了队友果然输出变高了,虽然还是铜牌区,但至少看到了希望&hellip;&hellip;
https://www.u72.net/daima/d980.html - 2024-08-15 14:04:34 - 代码库#include<iostream>#include<cstdio>#include<string>#include<cstring>#include<algorithm>using namespace std;const int maxn = 6005;int n,x[maxn
https://www.u72.net/daima/k7b6.html - 2024-08-14 15:32:02 - 代码库#include<iostream>#include<cstdio>#include<string>#include<cstring>#include<algorithm>using namespace std;const int maxn = 5000;int n,a[maxn
https://www.u72.net/daima/k7fv.html - 2024-08-14 15:33:02 - 代码库/*用f[i][k]表示考虑到第i个雕塑,分成k组,可不可行(这是一个bool类型的数组)转移:f[i][k]=f[j][k-1],sum[i]-sum[j]合法*/#include <cstdio>#include <cstdl
https://www.u72.net/daima/k7vr.html - 2024-08-14 15:41:18 - 代码库