随笔分类 -  ----------------图论----------------

摘要:高精度 高精度 #include <cstring> #include <cstdio> #define max(a,b) (a>b?a:b) inline void read(int &x) { x=0; register char ch=getchar(); for(; ch>'9'||ch<' 阅读全文
posted @ 2017-11-06 17:15 Aptal丶 阅读(362) 评论(3) 推荐(0)