链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1449+题意:给出三个整数A,B,C,判断A+B与C的大小关系(-2^63C,输出“>”,若A+B=C,输出“=”,若A+Btypedef
long long int lli;# define ...
分类:
其他好文 时间:
2014-05-28 21:28:09
阅读次数:
338
今天下午做了一下之前晚上的CF,晚上强哥就来了。又见到强哥了,感受挺多的,还记得大二上学期的区域赛就是强哥带着我们打的,可是没打好,给强哥丢人了。这次强哥来,我省赛又打成那样,真是没脸见人了。。。想想如今已经坚持做ACM三年了,一路走来,颇为艰辛。自己总是没有一个固定的队友。大一的时候,ZRQ和YS...
分类:
其他好文 时间:
2014-05-28 21:04:35
阅读次数:
289
题目:The famous ACM (Advanced Computer Maker)
Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms e...
分类:
其他好文 时间:
2014-05-28 18:57:31
阅读次数:
311
http://acm.hdu.edu.cn/showproblem.php?pid=1565
方格取数(1)Time Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K
(Java/Others) Total Submissi....
分类:
其他好文 时间:
2014-05-28 00:31:16
阅读次数:
248
http://acm.hdu.edu.cn/showproblem.php?pid=3367
1 #include 2 #include 3 #include 4 #define maxn 20000 5 using namespace std; 6 7
int n,m; 8 int f[m...
分类:
其他好文 时间:
2014-05-28 00:03:30
阅读次数:
451
http://acm.hdu.edu.cn/showproblem.php?pid=1063
1 import java.math.BigDecimal; 2 import java.util.*; 3 public class Main { 4
public static void mai...
分类:
其他好文 时间:
2014-05-27 23:57:40
阅读次数:
491
算法:通过递归并限定上下限元素的值的范围可以计算package
com.bupt.acm.leetcode;public class ValidBinary { private class TreeNode{ int
val; TreeNode left; ...
分类:
数据库 时间:
2014-05-27 17:17:11
阅读次数:
345
Y2K Accounting BugTime Limit: 1000MSMemory
Limit: 65536KTotal Submissions: 9691Accepted: 4838DescriptionAccounting for
Computer Machinists (ACM) has s...
分类:
其他好文 时间:
2014-05-27 17:13:16
阅读次数:
394
A. Scenic
Popularityhttp://acm.hdu.edu.cn/showproblem.php?pid=4831思路:景点区会控制休息区的Hot值,我们建立休息区到它最近的景点区的关系,注意处理冲突。查询和修改都暴力进行,预处理关系,从左到右,然后从右到左遍历一遍即可,更新时候,...
分类:
其他好文 时间:
2014-05-27 16:50:43
阅读次数:
324
如果没有像windows下面的IDE,要想编译一个工程文件...
分类:
系统相关 时间:
2014-05-25 21:13:39
阅读次数:
334