第十周專案2資訊解密

2021-06-26 19:22:18 字數 561 閱讀 5008

問題及**:

/**copyringht (c) 2014,煙台大學計算機學院

*all right reserved.

*檔名稱: test.cpp

*作    者:馬明城

*完成日期:2023年11月4日

*版本號:  v1.0

*問題描述:請先輸入解密數字

*輸入描述:輸入乙個數字,代表解密數字

*程式輸出:代表解密後的密文

#include #include using namespace std;

int main()

return 0;

}

執行結果:

知識總結:最後終於找到了可以使程式不會輸入完一行之後就退出的辦法了,加乙個getchar()!=0就好了,

第十周 專案3 1

檔名稱 main.cpp 作者 孫彩虹 完成日期 2015年11月23日 問題描述 計算二叉樹節點個數 include include ifndef btree h included define btree h included define maxsize 100 typedef char el...

第十周 專案三

計算機控制工程學院 姓名 陳飛 班級 計156 2 問題及 cpp view plain copy 1 計算二叉樹節點個數 include include btree.h int nodes btnode b int main cpp view plain copy 執行結果 cpp view pl...

第十周專案1(3)

煙台大學計算機學院 檔名稱 xiangmu.cpp 完成日期 2017年11月5日 問題描述 中序線索化二叉樹的演算法驗證 輸入描述 無 輸出描述 線索二叉樹遍歷結果 include include define maxsize 100 typedef char elemtype typedef s...