摘要: #include <stdio.h> //一般都有的头文件 struct candidate //建立一个结构体,后面是名称 { char name[20]; //定义变量name,设置长度20 int count; //定义变量count } list[]={{"invalid",0},{"Zha 阅读全文
posted @ 2017-11-05 10:21 想成为黑客 阅读(915) 评论(0) 推荐(0)