#include<stdio.h>
#include<string.h>
struct location
{
char c; //字符
int n[100]; //该字符在数组中的位置
int count; //该字符在数组中的个数
};
struct location loc[50];
void Location(char *str);
int main()
{
char str[101];
while(scanf("%s",&<
2005年华中科技大学计算机保研机试真题
最新推荐文章于 2022-09-29 15:18:46 发布

最低0.47元/天 解锁文章
2724

被折叠的 条评论
为什么被折叠?



