[1217] Dinner
时间限制: 1000 ms 内存限制: 32768 K
问题描述
Little A is one member of ACM team. He had just won the gold in World Final. To celebrate, he decided to invite all to have one meal. As bowl, kni...
分类:
其他好文 时间:
2015-08-18 16:33:02
阅读次数:
140
[1219] Time
时间限制: 1000 ms 内存限制: 131072 K
问题描述
Digital
clock use 4 digits to express time, each digit is described by 3*3 characters (including”|”,”_”and” “).now given the current time, plea...
分类:
其他好文 时间:
2015-08-18 16:27:05
阅读次数:
124
题目链接:https://ac.2333.moe/Problem/view.xhtml?id=1218
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
...
分类:
其他好文 时间:
2015-08-18 14:10:38
阅读次数:
133
题目链接:https://ac.2333.moe/Problem/view.xhtml?id=1225
第一次组队练习赛的题目
#include
#include
using namespace std;
int main()
{
int d[22];
int m,n,x;
while(cin>>n>>m>>x)
{
for(int i=0; i...
分类:
其他好文 时间:
2015-08-18 11:57:58
阅读次数:
154
题目链接:https://ac.2333.moe/Problem/view.xhtml?id=1219
#include
#include
using namespace std;
char numb[11][3][3]= {{{' ','_',' '},{'|',' ','|'},{'|','_','|'}},
{{' ',' ',' '},{' ',' ','|'},{' ',' '...
分类:
编程语言 时间:
2015-08-18 11:55:59
阅读次数:
120
[1225] NEW RDSP MODE I时间限制: 1000 ms 内存限制: 131072 K问题描述Little A has became fascinated with the game Dota recently, but he is not a good player. In all ...
分类:
其他好文 时间:
2015-08-18 11:29:04
阅读次数:
239
[1218] You are my brother
时间限制: 1000 ms 内存限制: 131072 K
链接:NBUT 1218
问题描述
Little
A gets to know a new friend, Little B, recently. One day, they realize that they are family 500 years ago. N...
分类:
其他好文 时间:
2015-08-18 06:36:30
阅读次数:
166
#include#include#include#include#include#include#include#include#define LL __int64using namespace std;int fa[3000];int val[3000];int find(int x){ i...
分类:
其他好文 时间:
2015-08-17 23:23:23
阅读次数:
210
NBUT 1914 asd的甩锅计划题目描述
大家对hdu上面的畅通工程系列一定很熟悉了吧。比如如下一段,就是畅通工程里面其中一个题的叙述。
某省调查乡村交通状况,得到的统计表中列出了任意两村庄间的距离。省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可),并要求铺设的公路总长度为最小。请计算最小的公路总长度。...
分类:
其他好文 时间:
2015-07-30 11:21:37
阅读次数:
187
题意:给出一个带有n*m个格子的矩阵,部分格子中有靶子target,现在要从一个没有靶子的格子中射出飞刀数把,飞刀是可穿透靶子的,同一直线上都可以一刀全射掉。现在问在哪个格子射出飞刀,可以在全部射中的情况下用刀次数最少?有target的格子不可选。思路:穷举所有没有靶子的格子,计算每个靶子的角度,若...
分类:
其他好文 时间:
2015-06-01 20:19:16
阅读次数:
121