#include"stdio.h"#define NUM 3struct mem{ char name; char phone;};main(){ struct mem man; int i; for(i=0;i<...
阅读全文
2007
07-23