
杂项
xjsong99
OI -> ACM -> AI
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
命令:结束所有screen窗口
一句命令结束所有screen窗口转载 2023-03-08 10:25:05 · 2496 阅读 · 0 评论 -
matplotlib画图去掉边缘空白
在保存图像时,添加参数如下: plt.savefig("figure_1.png", bbox_inches='tight')原创 2022-03-13 20:07:52 · 4195 阅读 · 0 评论 -
OpenJudge1551 Sumsets
题目:http://noi.openjudge.cn/ch0305/1551/ 分析:移向得:a+b=d-c;于是hash. 代码:#include <cstdio> #include <algorithm> #include <cstring> using namespace std; const int Tmax=1005,key=1000007,inf=2147483640; struct原创 2015-10-29 18:30:21 · 677 阅读 · 0 评论