1樓:匿名使用者
抱歉,,我這2天也在學這一塊。。
2樓:匿名使用者
#include
using namespace std;
#define max(a,b)((a) > (b) ? (a) : (b))
int num;
template
struct binode //二叉樹的結點結構
;template
class bitree
bitree(binode** proot); //帶參建構函式
~bitree(); //解構函式
void preorder(binode*proot); //前序遍歷二叉樹
//void inorder(binode*root);
//void postorder(binode*root)
int depth(binode* proot);
private:
binode*root; //指向根結點的頭指標
void creat(binode** proot); //有參建構函式呼叫
void release(binode* proot); //解構函式呼叫
};template
bitree::bitree(binode** proot)
template
bitree::~bitree()
template
void bitree::preorder(binode*root)
cout<<(char)root->data<<" ";
preorder(root->lchild);
preorder(root->rchild);}}
template
//建立二叉樹的演算法
void bitree::creat(binode** proot) }
else
}template
void bitree::release(binode* proot)
else
}void main()
c++程式改錯題
3樓:匿名使用者
你好很高興為你解答
答案是:程式不完整啊,似乎也沒有改的價值。
滿意請採納,謝謝
c++程式改錯(輸入一個數,找出小於它的所有素數)
4樓:郝在益
#include
using namespace std;
main()
{int n,i,j;
cin>>n;
for(j=2;j=j)
cout<
5樓:
for(j>1;j1不是初始化,應該改成j=1
6樓:來自上清鎮勤奮的美羊羊
for(j>1;j1;i for(j=1;j {for(i=1;i 這個意思嗎 1.秦朝的時候還在使用竹簡 2.史記是西漢時候的作品 3.清明上河圖是宋朝時候的 4.史記裡面沒有關於諸葛亮的任何史記.錯了幾百年呢.5.清明上河圖並不是說清朝的事.人們不會穿馬褂和旗袍.6.圓明園在宋朝還沒開始建造.大概就這麼多吧 很久沒看歷史書了 83 東漢時期,人們開始用紙寫書和作畫。史記 是... plains 改為plain anyone 改為 someone when 改為after each 改為every either 改為neither 供參考,很久沒做了。ppetite for what s next and the joy of the game of living.in the... 1.very改為too 2.said後加that 3.best改為better 4.第一個the去掉 5.bored改為boring 6.undoubtedly改為undoubtful7.不會 8.which改為that 9.had去掉 10.不會 以上的這些我也不太確定,有錯誤的請你指出,你如果有...初一歷史改錯題,初一一道英語改錯題
大學英語改錯,大學英語改錯題
英語改錯題急求正解