近期总结
摘要:1.USA Today4-8Democrats slam 'offensive' Pelosi image on Breitbart site英语水平真是拙计,看到标题就蠢了.Democrat n. 民主党人;民主主义者;民主政体论者2.USACO4-14Section 1.1 喜大普奔END4-1...
阅读全文
每周一水(4-1)
摘要:4月2日 周三《挑战编程:程序设计竞赛训练手册》 第一章 入门The 3n+1 problem我擦,网真tm烂,只能去刷九度了。朋友圈#include #include const int MAXN = 100001; int Tree[MAXN];int findRoot(int x) { int tmp = x; int ret; while (Tree[x] != 0) { x = Tree[x]; } ret = x; x = tmp; while (Tree[x] != 0) { tmp = Tree[x]; ...
阅读全文