摘要: 使用数组 #include <stdio.h> #include <stdlib.h> #include <time.h> // 模拟投票 void vote(int count[]); // 选择目的地 void choose(int count[]); int main(void) { /* * 阅读全文
posted @ 2026-01-20 23:02 Zhuye_inking 阅读(4) 评论(0) 推荐(0)