English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

#include

int main()
{

int a1;
int a2;
int a3;
{
printf("the program will add two integeres that you enter \\n");
printf("and those number must beyond 1千萬\\n");

printf("enter first number\\n");
scanf("%d\\n",&a1);
printf("enter second number\\n");
scanf("%d\\n",&a2);
if(a2==a1)
{printf("you have good memory\\n");}

if(a1!=a2){printf("you are normal person\\n");
}

getch()
}
我不知道位什麼依職沒辦法執行,老實說我是初學者,我很期待,這是我第一個作品,謝謝

2006-10-05 13:20:07 · 4 個解答 · 發問者 你好嗎 1 in 電腦與網際網路 程式設計

我想請問getch?
為什麼上次老師用getch教,是可以執行,為什麼變不行了。我有點疑惑

2006-10-06 14:44:57 · update #1

下面的人過獎了,不過謝謝各位
我的信箱
bluesaky2006315@yahoo.com
我想請問各位有沒有玩寒冰霸權權正規戰,
我的帳號bluesky 2006 us east
一起玩玩吧。

2006-10-06 14:51:25 · update #2

它一直出現這個訊號,是什麼意思?
syntax error at end of input

2006-10-06 15:00:44 · update #3

4 個解答

#include int main(){ int a1; int a2;  //int a3;並沒有用到//您多了一個括號   printf("the program will add two integeres that you enter \n");  printf("and those number must beyond 1千萬\n");  printf("enter first number\n");  scanf("%d",&a1);  //%d後面不用加\n  printf("enter second number\n");  scanf("%d",&a2);  if(a2==a1)  {   printf("you have good memory\n");  }  if(a1!=a2){   printf("you are normal person\n");  } getchar();}

2006-10-05 16:56:31 · answer #1 · answered by YEN 7 · 0 0

我第一個作品是 Hello , C ....

2006-10-05 15:30:18 · answer #2 · answered by adam! 5 · 0 0

沒看錯的話應該是大括號沒有成對
多一個{

2006-10-05 13:48:44 · answer #3 · answered by ? 4 · 0 0

真利害.第一個作品就如此的複雜.對我而言..記得我第一次上第一堂的C++時候.老師教給我們的第一個作業就是..印出自己的學號跟姓名

2006-10-05 13:23:06 · answer #4 · answered by 笑長 5 · 0 0

fedest.com, questions and answers