satellientrain1 的 站内主页
2008
09-18
09-18
#include<stdio.h>#include<string.h>struct studeunt{ int num; char name[20]; float score[3];};void main(){ void print(struct student); struct student s....
Read More >