隨機輸入一大於0而小於10000的數,撿視該數是否為質數,輸出撿試結果,以下是我目前改的~!
#include
#include
#include
#include
#include
#include
int main()
{
int i1, i2, i3;
int j1, j2, j3;
// get data
srand((unsigned) time(NULL));
j1=0;
while(j1=0)
j1=rand()%10000;
2007-07-03 16:18:05 · 2 個解答 · 發問者 武強 1 in 電腦與網際網路 ➔ 程式設計
問題是什麼ˊˋ
是問說程式碼對不對嗎
還是.......
2007-07-04 13:29:40 · answer #1 · answered by 湯姆餡 3 · 0⤊ 0⤋
你一定是用 Dev-C++,一般初學者不會使用它的除錯器;微軟官方網站有提供免費註冊的編譯器(有 MSN 帳號就可以免費註冊並取得序號),微軟的編譯器還有好用的除錯功能。
用微軟編譯器的除錯功能,你就可以自行除錯簡單的小程式,也可以不用再叫別人幫你除錯。
(免費註冊下載)微軟 Visual Studio Express
2007-07-03 17:30:44 · answer #2 · answered by Big_John-tw 7 · 0⤊ 0⤋