1樓:馨兒_青衣
#include
#include
main()
}}printf("the place is:%d\n",place);
printf("shun xu is:%d %d %d %d %d\n",a,b,c,d,e);
printf("ni xu si:%d %d %d %d %d\n",e,d,c,b,a);
return 0;
}//已經改過,你自己對照下吧
2樓:匿名使用者
在vc6++中測試通過
#include
#include
main()
}}printf("the place is:%d\n",place);
printf("shun xu is:%d%d%d%d%d\n",a,b,c,d,e);
printf("ni xu is:%d%d%d%d%d\n",e,d,c,b,a);
return 0;}
3樓:匿名使用者
#include
#include
main()
}printf("the num is:%d\n",num);
printf("shun xu is:");
for(i=0;i<5;i++)
printf("%d ",arr[i]);
printf("\n");
printf("ni xu si:");
for(i=4;i>=0;i--)
printf("%d ",arr[i]);
printf("\n");
return 0;
} 你試試這個
4樓:匿名使用者
重新給你寫了一個 樓主參考一下吧 你那個功能 有點太狹隘了#include
#include
#include
void main()
printf("這個大數為: %d\n",max);
copymax=max; //將max 拷貝給copymax 用copymax去確定 這個大數 是幾位數
for(i=0;copymax!=0;i++)printf("這個大數為 %d 位數\n",i);
b=(int *)malloc(sizeof(i)); //動態的為b 申請一塊長度為i的空間
b_num=i; //將i作為陣列的長度printf("正序應該這樣去讀\n");
for(i;i!=0;i--)
printf("倒敘輸出為:\n");
for(i=0;i 5樓:地獄之火 在你的基礎上改了改 你看看吧! #include #include main() return 0;} 6樓:七葉 你的變數應該定義為int型,而不是double。 7樓: 為神馬要用double型別呢?反正是正整數,用int型別更安全 8樓: 定義成int就好了 不用 double 9樓: 變數定義為int型,用迴圈啊。 10樓:冷火清水 floor()是什麼?為毛沒見過。。 c語言問題.求大神解決 11樓: //#include "stdafx.h"//vc++6.0加上這一行. #include "stdio.h" int main(void) c語言問題 求大神 12樓: ctod(),就是把剛才的字元型資料轉化為日期了啊long ctod(char *s)//定義函式return d;//函式返回d }ctod(),就是把剛才的字元型資料轉化為日期了啊'0』 代表0的ascii值 isdigit(*s)是用於判斷字元是否數數字的函式,如果字元指標s所指向的那個字元為數字時,函式返回非零的值,當s所指向的字元不是數字時,函式返回0. 13樓:匿名使用者 long ctod(char *s) 這是一個函式的宣告或定義。 isdigit(*s) 這是一個函式的呼叫,傳進去了一個實參*s。 *s - '0',*s是char型別的,這裡表示兩者的ascii碼值相減。 c語言問題,求大神解決,**錯誤如下 14樓:謝應宸 是不是stdbool標頭檔案的問題 這個只有c99才支援 a 用結構體定義以下學生資訊,結構體名 student 學號 姓名和成績 包括3門課程的成績,可用一個陣列表示 struct student c語言問題,求大神解答! 奔安 include include include typedef unsigned int uint typedef struc... f函式中的a每次使用外面傳入的2,b是區域性變數,後每次都是1,c是靜態變數,函式每次執行會在上次值 1 所以最後執行三次,輸出為789 聽不清啊 程式的輸出是 789 c語言問題,求解答 執行abc a 1 首先進行巨集代換過程,是把 a 1去替代 定義的巨集函式 x x 中的x,即得到式子 a ... 選a首先,空格也是一種字元,b d選項分別把空格賦給了c1,c1 其次,c選項不完整,排除 不僅a這樣,10a20b也是可以的。 聽不清啊 答案a 10a 20b cr 是正確的。因為scanf d c 時,會忽略數字前面的空格,遇到非數字字元就會結束讀取 非數字字元會留待下一次讀取,即被後面的 c...c語言問題求大神解答,C語言問題,求大神解答
C語言問題,求解答,C語言問題,求大神解答
C語言問題,C語言問題C語言問題