摘要:
(1)全局变量和局部变量问题:http://blog.csdn.net/u014665013/article/details/41383193 (2)string类型的不能通过scanf()和printf()输入,但是可以使用getline() http://blog.csdn.net... 阅读全文
posted @ 2014-11-22 17:14 蓝空 阅读(103) 评论(0) 推荐(0) 编辑
|
||
摘要:
(1)全局变量和局部变量问题:http://blog.csdn.net/u014665013/article/details/41383193 (2)string类型的不能通过scanf()和printf()输入,但是可以使用getline() http://blog.csdn.net... 阅读全文
posted @ 2014-11-22 17:14 蓝空 阅读(103) 评论(0) 推荐(0) 编辑
摘要:
本例子中是二叉树,如果不是二叉树的话用vector会比较好 #include #include #include #include #include using namespace std; struct ss{ int son1; int son2; } T[10... 阅读全文
posted @ 2014-11-22 17:12 蓝空 阅读(430) 评论(0) 推荐(0) 编辑 |
||