编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 1578 篇代码解决方案

  • 1:2014辽宁ACM省 Distance

                        问题 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 - 代码库
  • 2:2014辽宁省 Traveling

                        问题 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 - 代码库
  • 3:繁华模拟 奇怪的棋

                        #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 - 代码库
  • 4:繁华模拟 Vicent与游戏

                          #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 - 代码库
  • 5:繁华模拟 David与阶乘

                              #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 - 代码库
  • 6:2016沈阳网络 QSC and Master

                        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 - 代码库
  • 7:2016青岛网络 The Best Path

                        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 - 代码库
  • 8:Graph(2014辽宁ACM省

                        问题 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 - 代码库
  • 9:2016 年青岛网络---Tea

                        题目链接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 - 代码库
  • 10:【组队训练】2013长沙区域

                        四题,铜靠前。今天训练我一道题没写……被队友带飞的感觉真好Orz 换了队友果然输出变高了,虽然还是铜牌区,但至少看到了希望……

    https://www.u72.net/daima/d980.html - 2024-08-15 14:04:34 - 代码库
  • 11:繁华模拟 ljw搭积木

                        #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 - 代码库
  • 12:繁华模拟 Evensgn玩序列

                        #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 - 代码库
  • 13:繁华模拟 ljw分雕塑

                        /*用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 - 代码库
  • 14:繁华模拟 Evensgn的债务

                        #include<iostream>#include<cstdio>#include<string>#include<cstring>#include<algorithm>#define ll intusing namespace std;const int maxn = 100

    https://www.u72.net/daima/k7v3.html - 2024-08-14 15:42:25 - 代码库
  • 15:繁华模拟 Vincent的城堡

                        #include<iostream>#include<cstdio>#include<string>#include<cstring>#include<algorithm>#define ll long longusing namespace std;const ll mod =

    https://www.u72.net/daima/k7wh.html - 2024-08-14 15:42:33 - 代码库
  • 16:繁华模拟 Vicent坐电梯

                        /*n<=5000­这样就不能用O(n)的转移了,而是要用O(1)的转移。­注意我们每次的转移都来自一个连续的区间,而且我们是求和­区间求和?&shy

    https://www.u72.net/daima/k7w7.html - 2024-08-14 15:43:48 - 代码库
  • 17:繁华模拟 Evensgn剪树枝

                        #include<iostream> #include<cstdio>#include<string>#include<cstring>#include<algorithm>#include<cmath>#define ll long longusing namespace st

    https://www.u72.net/daima/k73n.html - 2024-08-14 15:51:04 - 代码库
  • 18:ACdream群1112(Alice and Bob)

                        题意:http://acdream.info/problem?pid=1112Problem DescriptionHere  is Alice and Bob again !Alice and Bob are playing a game. There are several

    https://www.u72.net/daima/dh9s.html - 2024-07-07 17:10:24 - 代码库
  • 19:一道PK

                        Problem DescriptionI think that you might have played the traditional Chinese ring game: The Chinese Linking Rings (here we call its nicknam

    https://www.u72.net/daima/cb8n.html - 2024-07-10 21:08:32 - 代码库
  • 20:NOIP模拟 准考证号

                                                    准考证号 128M 0.1s ticket.cppescription蒟蒻hzwer NOIP2014惨跪,他依稀记得他的准考证号是37,现在hzwer又将要面临一场比

    https://www.u72.net/daima/fxnv.html - 2024-08-16 23:06:33 - 代码库