码迷,mamicode.com
首页 >  
搜索关键字:hdu 1542 atlantis    ( 30993个结果
HDU-5885 XM Reserves
题面 Description As an eligible Ingress Resistance Agent you should know your power source, the Exotic Matter. We call it XM, which is the driving force ...
分类:其他好文   时间:2020-01-31 19:11:09    阅读次数:86
Period HDU 1358 KMP next数组性质的应用
Period HDU 1358 KMP next数组性质的应用 "原题链接" 题意 题目的意思是给你一个字符串,判断这个字符串的前缀字符串中,哪些是周期串,输出这个前缀字符串的长度和这个前缀字符串中循环节的个数。 解题思路 思路参考:https://www.cnblogs.com/yym2013/p ...
分类:编程语言   时间:2020-01-30 21:08:37    阅读次数:71
map的使用-Hdu 2648
Shopping Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6348 Accepted Submission(s): 2215 Probl ...
分类:其他好文   时间:2020-01-30 18:59:46    阅读次数:91
假期编程
1.两点间距离(10min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2001 Problem Description 输入两点坐标(X1,Y1),(X2,Y2),计算并输出两点间的距离。 Input 输入数据有多组,每组占一行,由4个实数组成, ...
分类:其他好文   时间:2020-01-30 17:15:24    阅读次数:49
HDU-6036 Division Game(ntt模板)
题面 Description There are $k$ piles of stones in a circle, numbered from $0$ to $k 1$, where the number of the stones in each pile is $n$ initially. Yo ...
分类:其他好文   时间:2020-01-30 14:09:07    阅读次数:88
list的使用-Hdu 1276
士兵队列训练问题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18547 Accepted Submission(s): 7903 Probl ...
分类:其他好文   时间:2020-01-30 11:15:24    阅读次数:78
HDU-6057 Kanade's convolution
题面 Description Give you two arrays $A[0..2^m 1]$ and $B[0..2^m 1]$. Please calculate array $C[0..2^m 1]$: $$ C[k]=\sum_{i~and~j=k}A[i~xor~j] B[i~or~j] ...
分类:其他好文   时间:2020-01-29 23:16:53    阅读次数:73
HDU 1253 胜利大逃亡
https://vjudge.net/problem/HDU-1253 题意:输入T组测试 每组测试输入 X,Y,Z,Time,X,YZ代表一个三维空间,Time表示魔王回来的时间 在三维空间中 1 代表墙,不可走,0代表路,可以走,每次向三维空间走一步,所 需时间 t+1,起始点是(0,0,0), ...
分类:其他好文   时间:2020-01-29 23:14:41    阅读次数:77
畅通工程再续 HDU - 1875
#include<iostream> #include<algorithm> #include<cstring> #include<cmath> using namespace std; #define x first #define y second const int N=210; typede ...
分类:其他好文   时间:2020-01-29 17:52:38    阅读次数:92
还是畅通工程 HDU - 1233
#include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int N=110; int p[N],n,m,ans,num; struct node { in ...
分类:其他好文   时间:2020-01-29 16:25:13    阅读次数:95
30993条   上一页 1 ... 48 49 50 51 52 ... 3100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!