1樓:匿名使用者
無非就是找規律,然後用計算機語言實現,只是現在已經忘乾淨了,要不也不難
2樓:藍色寧靜
29.#include "stdio.h"
int fun(int n)
void main()
30.#include "stdio.h"
void main()
printf("%d",b);
}31.
#include "stdio.h"
float fun(float n)
void main()
32.#include "stdio.h"
void main()
33.#include "stdio.h"
void main()
34.#include "stdio.h"
void main()
28.#include "stdio.h"
int fun(int m)
int sushu(int n)
printf("%d",fun(i-1));
}31.
#include "stdio.h"
void main()
32.#include "stdio.h"
void main()
C語言程式設計題目,C語言程式設計習題
vc 6.0執行通過 原創 如需改進,請另行說明 include include include include struct node stu 100 int n 0 void input printf 成績記錄新增成功 n void output void search class sum 0 ...
c語言題目 ? 200,c語言題目 ?
c語言題目 通過觀察你這個c語言 這個i變數是用來控制首個數前面不要空格的。如果是第乙個數就前面不輸出空格,第二個數要輸出空格,因為你的題目要求結果每個數字要用空格隔開。主要解釋第二張圖中的i,其他細節我們先拋開。要認真讀題目的要求,這道程式設計題有乙個考察點是格式化輸出printf語句的使用,題目...
幫忙《C語言程式設計》的題目,C語言程式設計幫忙答題
一.選擇題 1 若a是float型變數,b是unsigned型變數,以下輸入語句 a 是合法的。a scanf 6.2f d a,b b scanf f n a,b c scanf f 3o a,b d scanf f f a,b 2 設以下變數均為int型別,則值不等於7的表示式是 c a x y...