UVa
washiwxm
这个作者很懒,什么都没留下…
展开
-
101
The Blocks Problem Background Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robo原创 2013-10-28 17:31:57 · 473 阅读 · 0 评论 -
不刷POJ了,没事刷刷UVa No.100
#include using namespace std; unsigned int get_length(unsigned int i){ int length = 0; while(i != 1 ){ if(i%2){ i = 3 * i + 1; len原创 2013-10-28 16:34:42 · 630 阅读 · 0 评论