找到关键词“(完整版)C语言随机点名”相关内容 1 条搜索耗时:0.0092秒
(完整版)C语言随机点名
#include#include#include#defineSTU_NUM_MAX64//假设最多有 64 个学生 structStudent{charname[10];intstuID;}stu[STU_NUM_MAX];intexist[STU_NUM_MAX];//用以保存被点过名 staticintindex=0;//记住点名的次数 voidIitialize(){for(inti=0;i时间:2025-03-14 00:27栏目:行业资料