第八周專案4撞錯體驗

2021-06-26 08:28:16 字數 1353 閱讀 6558

/*

*檔名稱:d.cpp

*作 者:張旺華

*完成日期:2023年10月9日

*版 本 號:v1.0

**問題描述:乙個數,代表任意數

*輸入描述:乙個數,代表任意數

*程式輸出:乙個整數,代表輸入所求正弦數

執行出現錯誤,f:\apk\燦列\10\main.cpp||in function 'int main()':|

f:\apk\燦列\10\main.cpp|20|error: expected initializer before 'cout'|

f:\apk\燦列\10\main.cpp|22|error: 'y' was not declared in this scope|

||=== build finished: 2 errors, 0 warnings (0 minutes, 7 seconds) ===|

#include using namespace std;

int main()

{ double x,y;

cout <

cin >>x;

y=sin(x);

cout << "sin="<

由於沒有借用math.h。計算機無法識別sin。

沒有錯誤,但是。。。。。。。。。

由於x   y為整數,應用double

第八周專案4

abcdefghijklmnopqrstuvwxyz ngzqtcobmuhelkpdawxfyivrsj 則字串 lao he jiao shu ju jie gou 被加密為 enp bt umnp xby uy umt opy 設計乙個程式,實現加密 解密演算法,將輸入的文字進行加密後輸出,然...

第八周 專案2

程式的版權和版本宣告部分 檔名稱 object.cpp 完成日期 2013年 4 月 23日 版本號 v1.0 輸入描述 無 問題描述 程式輸出 略。include using namespace std class ctime void settime int h,int m,int s void...

第八周 專案3 2

檔名稱 main.cpp 作者 孫彩虹 完成日期 2015年11月16日 問題描述 試編寫演算法,實現將已知字串所有字元倒過來重新排列。include ifndef sqstring h included define sqstring h included define maxsize 100 最...