问题描述 tomcat运行出错,大神帮帮忙! HTTP Status 404 - /sheji/file/%E4%BD%9C%E5%93%81%E4%B8%8A%E4%BC%A0.doc type Status report message /sheji/file/%E4%BD%9C%E5%93%81%E4%B8%8A%E4%BC%A0.doc description The requested resource (/sheji/file/%E4%BD%9C%E5%93%81%E4%B8%8A%
问题描述 初学二叉树 运行有错误 瞅了几个小时无果 大神帮帮忙 找出错误在哪 ![图片说明](http://img.ask.csdn.net/upload/201503/07/1425715444_303984.png #include #include typedef struct Tree { int date; struct Tree *lson,*rson; }tree , *ztree; int a[200005]; ztree creat(ztree t,int n) { int h
问题描述 请问各位大师,程序应该怎样改才能运行稍大一点的皇后数?额外的申请空间该怎样解决?拜托大家帮帮忙 #include #include using namespace std; int n; class ResultTreeNode{public: int *result; //存储结果,result[i]=k 表示第 i+1 排第 k+1 个位置摆个皇后 int currRow; //当前记录的结果到了第几行 : 1~n ~ResultTreeNode() { if (result!=N