#include<stdio.h>
#include <stdlib.h>
#include<string.h>
struct Persopn{
char name[20];
int count;
}leader[3
C语言:利用结构体实现选票统计
最新推荐文章于 2023-01-31 14:16:20 发布
#include<stdio.h>
#include <stdlib.h>
#include<string.h>
struct Persopn{
char name[20];
int count;
}leader[3