誰能幫我檢查一下下面程式中的錯誤

時間 2022-05-27 10:30:17

1樓:匿名使用者

#include

void scalarmultiply(int nrows,int ncols,int **matrix,int scalar)

void displaymatrix(int nrows,int ncols,int **matrix)

void main()

,,};

printf("original matrix:\n");

void displaymatrix(3,5,samplematrix);

void scalarmultiply(3,5,samplematrix,2);

printf("\nmultiplied by 2:\n");

void displaymatrix(3,5,samplematrix);

void scalarmultiply(3,5,samplematrix,-1);

printf("\nthen multiplied by -1:\n");

void displaymatrix(3,5,samplematrix);

} //根據標號相乘一個矩陣的函式

void scalarmultiply(int nrows,int ncols,int **matrix,int scalar)

void displaymatrix(int nrows,int ncols,int **matrix) }

今天先改到這裡,如果自己可以的話自己解決吧,我真要走了。

2樓:

**matrix int 型 指標 的指標 就是 一個 int型二維陣列的頭指標

3樓:匿名使用者

????沒錯啊...

可以編譯通

誰能幫我檢查一下這段c++程式的錯誤??

4樓:風林火陰山雷

您好!很高興為您解答。

**修正如下:

#include

using namespace std;

void main()

望採納~如您還有不解,歡迎追問~

5樓:我家小私兒

你輸入ch了嗎?

a,b,c,d也要初始化為0才可以

最後cout的前面的else去掉

c語言答案。誰能幫我檢查一下錯誤。

6樓:匿名使用者

認真完全看了一遍~~~就第5題和第14題

5:d14:a或d 應該不是c,沒有具體的返回型別,要麼是空,要麼不確定·~比較傾向選d

誰能幫我翻譯一下下面的信,誰能幫我翻譯一下下面的信!!!!!

從辦公桌作者dr.suhaili本 哈桑 審計及會計部 大通銀行 沙撈越,馬來西亞 注意 請 我的dr。suhaili本 哈桑經理稽核會計部。在大通銀行 建設銀行 我寫信請求您的帳戶轉移到20元的總和,000.000.00 二十萬元,美國美元 的援助。上述款項屬於我們的顧客死者後期利比亞領導人卡扎菲...

幫我翻譯一下下面的文章。謝謝,幫我翻譯一下下面的文章。謝謝

once upon a time there were three little rabbits.one day,they went to baba,the first rabbit pull is long,the second little rabbits pull is round,the t...

誰能幫我翻譯一下下面sql語句的大概意思

select deptid from es dept where path like 2.4.5.在es dept 表中查處相應的deptid 欄位 where path like 2.4.5.為條件 like的意思就是模糊查詢 如果以上查出來資料 取個別名叫 table select userna...