摘要:
1036. 跟奥巴马一起编程(15)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue美国总统奥巴马不仅呼吁所有人都学习编程,甚至以身作则编写代码,成为美国历史上首位编写计算机代码的总统。2014年底,为庆祝“计算机科学教育周”正式启动... 阅读全文
posted @ 2015-09-01 11:21
GGRoddick
阅读(244)
评论(0)
推荐(0)
摘要:
#include#include#include#includetypedef struct Node{ int data; struct Node *LChild; struct Node *RChild; } BitNode,*BitTree;//前序建立二叉树,遇到-1停止B... 阅读全文
posted @ 2015-09-01 09:42
GGRoddick
阅读(172)
评论(0)
推荐(0)

浙公网安备 33010602011771号