#include<stdio.h>#include<string.h>struct studeunt{ int num; char name; float score;};void main(){ void print(struct student); struct student stu;&nbs...
阅读全文
2008
09-18