Activation Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/O…
标签:online judge HDU
HDU 1014 [Uniform Generator]
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1014 题目大意: 有Step和Mod两个数可以生成循环序列:0、Step %Mod、2Step%Mod、3Step%Mod…
HDU 4716 A Computer Graphics Problem (水题)
A Computer Graphics Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/…
HDU 4292 Food 最大流
H – FoodTime Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hust.edu.cn/vjudge/contest/view.act…
HDU 1047 [Integer Inquiry] 高精度 格式
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1047 题目大意:T组数据。每组给出n个大数,输出他们的和 关键思想:高精度,格式控制 代码如下: #include <…
HDU 5909 Tree Cutting 动态规划 快速沃尔什变换
Tree Cutting 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5909 Description Byteasar has a tree T with n ver…
HDU 5596 GTW likes gt 倒推
GTW likes gt 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5596 Description Long long ago, there were n ador…
HDU 4348 To the moon 可持久化线段树,有时间戳的区间更新,区间求和
To the moonTime Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=…
hdu 5726 tetrahedron 立体几何
tetrahedron/center> 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5726 Description Given four points ABCD…
HDU 5515 Game of Flying Circus 二分
Game of Flying Circus Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=5…
HDU 1722 Cake 数学题
#include<iostream> #include<stdio.h> #include<math.h> using namespace std; long long gcd(lon…
HDU 5833 Zhu and 772002 高斯消元
Zhu and 772002 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5833 Description Zhu and 772002 are both good a…