摘要: #常用算法竞赛头文件及宏定义: 1 #include <iostream> 2 #include <algorithm> 3 #include <cmath> 4 #include <cstring> 5 #define IO ios::sync_with_stdio(false), cin.tie 阅读全文
posted @ 2020-02-15 16:41 DengSchoo 阅读(109) 评论(0) 推荐(0) 编辑