09 2019 档案

摘要:将数据输出到文件中 读取文件中的内容,将输出结果存到文件中 计算程序跑的时间,放在main函数开头和结尾:加头文件ctime 阅读全文
posted @ 2019-09-30 15:52 执||念 阅读(505) 评论(0) 推荐(0)
摘要:题目链接:http://poj.org/problem?id=1741 Tree Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 35091 Accepted: 11718 Description Give a tree with 阅读全文
posted @ 2019-09-22 21:01 执||念 阅读(742) 评论(0) 推荐(0)
摘要:Cotree Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 513 Accepted Submission(s): 192 Problem 阅读全文
posted @ 2019-09-21 11:59 执||念 阅读(298) 评论(0) 推荐(0)
摘要:题目链接:http://poj.org/problem?id=1655 Balancing Act Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19110 Accepted: 8083 Description Consider 阅读全文
posted @ 2019-09-19 21:38 执||念 阅读(365) 评论(0) 推荐(0)
摘要:题目链接:https://nanti.jisuanke.com/t/41298 Here is a square matrix of n * nn∗n, each lattice has its value (nn must be odd), and the center value is n * 阅读全文
posted @ 2019-09-14 11:02 执||念 阅读(260) 评论(0) 推荐(0)
摘要:题目链接:https://www.luogu.org/problem/P1502 P1502 窗口的星星 提交2.78k 通过682 时间限制1.00s 内存限制125.00MB 提交代码加入收藏 P1502 窗口的星星 提交2.78k 通过682 时间限制1.00s 内存限制125.00MB 提交 阅读全文
posted @ 2019-09-11 09:05 执||念 阅读(475) 评论(0) 推荐(0)
摘要:是一种特殊的map,查询键值的复杂度为O(1),但是map查询键值的复杂度为O(log N) 有的编译器使用时要加入下面的头文件: 下面看几个函数: 阅读全文
posted @ 2019-09-07 20:29 执||念 阅读(1739) 评论(0) 推荐(0)