摘要:
"P1013" 进制位 结论:加法必为 $n 1$ 进制;${(n 1)}^1$ 位必为数字 1;$0+0=0$。 模拟、字符串。 cpp include include include using namespace std; int n, num[11], id[11], tab[11][11] 阅读全文
摘要:
"P1005" 矩阵取数游戏 高精度不能更坑…… cpp include include struct INT { long long h, l; }; long long t=1e18; INT max(INT x, INT y) { if (x.h y.h) return x; if (x.hy 阅读全文
摘要:
9 July 并查集 cpp int fa[]; for (int i=1; i include include include using namespace std; int n, m, K, cnt, fa[1003], sum; struct node{int x,y,w; bool ope 阅读全文
摘要:
Contest A. greet ,完了。 B. gift ,完了。 C. [Usaco2008 Nov Gold] 安慰奶牛 最小生成树。新边权设为原边权的两倍,再加上两端点的点权。完了…… 前三题真是增添我的自信心!(一遍过!当然前三题我都写过原题了……真实水平体现不出来。) D. [NOIP2 阅读全文