如題...
使用的程式是Microsoft Visual Studio 2005
完成是如下的圖↓
http://pic25.pic.wretch.cc/photos/64/o/onlysoarfly/1/1402991400.jpg
http://pic25.pic.wretch.cc/photos/64/o/onlysoarfly/1/1402991401.jpg
謝謝>"<
2007-10-03 11:30:55 · 5 個解答 · 發問者 Shower 1 in 電腦與網際網路 ➔ 程式設計
更新圖片網址...
http://hk.geocities.com/promisesoarfly/soar/1402991400.jpg
http://hk.geocities.com/promisesoarfly/soar/1402991401.jpg
2007-10-03 16:25:51 · update #1
#include
#include
#include
using namespace std;
int main(int argc, char** argv){
//=====START=====//
int result[9];
for(int i=0;i<9;i++)
{
for(int j=0;j<9;j++)
{
cout<
cout<
{
cout<
cout<
{
cout<
cout<
{
result[j]=i+1;
result[j]*=j+1;
cout<
cout<
//=====END=====//
system("PAUSE");
return 0;
}
2007-10-03 16:55:51 · answer #1 · answered by Big_John-tw 7 · 0⤊ 0⤋
這問題是大一剛開始學的
2007-10-05 06:38:58 · answer #2 · answered by WHO00 4 · 0⤊ 0⤋
耗呆小綿羊果然是專家
2007-10-04 06:07:37 · answer #3 · answered by Alen 2 · 0⤊ 0⤋
#include
#include
#define L 9
void main(void){
int x,y;
for(x=1;x<=L;x++){
for(y=1;y<=L;y++)
printf("%d*%d=%2d ",x,y,x*y);
printf("\n");
}
system("PAUSE");
}
2007-10-03 16:02:12 · answer #4 · answered by 丞 2 · 0⤊ 0⤋
我是想解解看這題, 這兩張圖看不到說.
Access Denied
Generated Wed, 03 Oct 2007 10:44:42 GMT by srp191.wretch.cc (squid)
2007-10-03 14:45:57 · answer #5 · answered by Dennis Lee 3 · 0⤊ 0⤋