例 9.1:
#includestructstudent
stu=;
intmain()
學號=1001例 9.2:姓名=張三
性別=男
位址=哈爾濱
--------------------------------
process exited after 0.01108 seconds with return value 0
請按任意鍵繼續. . .
#include#includestruct
student ;
intmain()
if(student1.score
}
請輸入兩位同學的資訊:例 9.3:1001 張三 69
1002 李四 78
成績最高的學生資訊:
num=1002
name=李四
score=78.000000
--------------------------------
process exited after 16.38 seconds with return value 0
請按任意鍵繼續. . .
#include#includestruct
person ;
intmain()
;
inti,j;
char name[10
];
for(i=0;i<5;i++)
}printf(
"統計成功!\n");
for(i=0;i<3;i++)
}
請輸入您選擇的候選人:張三例 9.4:請輸入您選擇的候選人:李四
請輸入您選擇的候選人:王五
請輸入您選擇的候選人:王五
請輸入您選擇的候選人:12
統計成功!
張三:1
李四:1
王五:2
--------------------------------
process exited after 19.8 seconds with return value 0
請按任意鍵繼續. . .
#include#includestruct
std;
intmain()
,,,,},temp;
struct std *p;
p=stu;
inti,j;
for(j=0;j<4;j++)}}
for(i=0;i<5;i++)
}
1004 馬六 87例 9.5:1002 李四 75
1003 王五 67
1001 張三 65
1005 羊七 61
--------------------------------
process exited after 0.007641 seconds with return value 13
請按任意鍵繼續. . .
#include#includestruct
std;
intmain()
學號=1001例 9.6:姓名=張三
性別=男
成績=76
學號=1001
姓名=張三
性別=男
成績=76
--------------------------------
process exited after 0.007976 seconds with return value 36
請按任意鍵繼續. . .
#include#includestruct
std;
intmain()
,,},*p;
p=stu;
printf(
"學號\t姓名\t性別\t成績\n");
for(;p3;p++)
}
學號 姓名 性別 成績1001 張三 男 68
1002 小紅 女 76
1003 小明 男 79
--------------------------------
process exited after 0.01121 seconds with return value 10485312
請按任意鍵繼續. . .
抄寫例題作業1
定義結構體變數a並初始化 printf no.d nname s n c naddress s n a.num,a.name,a.a.addr return0 no.10101 name li lin m address beijing road process exited after 0.095...
抄寫例題作業
9.1 includeint main a printf no.d n name s n c n addr s n a.num,a.name,a.a.addr no.10101 name li lin m address 123beijing road process exited after 0....
第四周作業的抄寫部分
有一種細菌分為a b兩個亞種,它們的外在特徵幾乎完全相同,僅僅在繁殖能力上有顯著差別,a亞種繁殖能力非常強,b亞種的繁殖能力很弱。在一次為時乙個小時的細菌繁殖實驗中,實驗員由 於疏忽把細菌培養皿搞亂了,請你編寫乙個程式,根據實驗結果,把兩個亞種的培養皿重新分成兩組。include using nam...