複試程式設計訓練十

2021-10-04 06:29:27 字數 2068 閱讀 5973

#include #include void check(int *p)    //列印成績<60的

int main()

執行結果:

#include #include int prime(int m)  //判斷是否為素數

void godbaha(int n)

}}int main()

執行結果:

執行結果:

#include struct student

s1= ;

int main()

執行結果:

printf("result:\n"); //輸出各候選人票數

for(i=0; i<3; i++)

printf("%5s:%d\n",leader[i].name,leader[i].count);

printf("\n");

return 0;

}執行結果:

#include struct student   //學生結構體

;int main()

,,,,};

struct student temp;

const int n=5;

int i,j;

for(i=0; istu[j+1].score)

for(i=0; i執行結果:

struct student //學生結構體

;struct student max(struct student stu) //求平均成績最高的學生

void input(struct student stu) //輸入學生資訊及求平均成績

;int main()

執行結果:

}執行結果:

;//定義學生結構體

struct student * create(void) //建立學生鍊錶

p2->next=null;

return head;

}void print(struct student *head) //列印學生鍊錶

}int main()

執行結果:

複試程式設計訓練七

include include void cechang char str1,char word0 word1 j str1 i j j用來記錄每個單詞的長度 if j max max記錄最大長度 int main 執行結果 include void convert int n 轉換,每個字元之間加...

複試 程式語言篇

01 c 的特點 c 是c語言的繼承,它既可以進行c語言的過程化程式設計,又可以進行以抽象資料型別為特點的基於物件的程式設計 泛型程式設計 還可以進行以繼承和多型為特點的物件導向的程式設計 物件導向程式設計 常用於系統開發,引擎開發等應用領域,是最受廣大程式設計師受用的最強大程式語言之一,支援類 封...

上機筆試程式設計訓練 揹包問題

王強今天很開心,公司發給n元的年終獎。王強決定把年終獎用於購物,他把想買的物品分為兩類 主件與附件,附件是從屬於某個主件的,下表就是一些主件與附件的例子 主件 附件電腦 印表機,掃瞄器 書櫃圖書 書桌檯燈,文具 工作椅無 如果要買歸類為附件的物品,必須先買該附件所屬的主件。每個主件可以有 0 個 1...