C语言的一道题。
C语言的一道题。
日期:2021-10-23 04:33:26 人气:1
#include<stdio.h>
#include<string.h>
int main()
{
int i,count,length,flag=0;
//定义一个标志变量flag,并初始化flag的值为0。
int b[100];//b整数数组用来存放指定的字符
//在字符串中出现的位置
C语言的一道题。
#include<stdio.h>
#include<string.h>
int main()
{
int i,count,length,flag=0;
//定义一个标志变量flag,并初始化flag的值为0。
int b[100];//b整数数组用来存放指定的字符
//在字符串中出现的位置