摘要: /*https://www.nowcoder.com/profile/2538016/codeBookDetail?submissionId=28987592*/#include using namespace std; typedef struct node{ int data; struct node* lchild; struct node* rchild; }Bitree;... 阅读全文
posted @ 2018-07-09 21:15 buerdepepeqi 阅读(156) 评论(0) 推荐(0) 编辑
摘要: C. Sonya and Robots time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Since Sonya is intere 阅读全文
posted @ 2018-07-09 20:48 buerdepepeqi 阅读(150) 评论(0) 推荐(0) 编辑