c语言编程题,急求解答,在线等!

日期:2022-04-08 16:32:00 人气:1

c语言编程题,急求解答,在线等!

代码如下

#include <stdio.h>
#include <string.h>
typedef struct
{
char name[21];
int cnt;
}MAIL;
MAIL mail[100
    A+
热门评论