#include<stdio.h> #include<string.h> int main() { int num1=0,num2=0,first=0; char ch1[]="chi1 huo3 guo1"; char arr[81]; char ch; while (1){ // fgets(arr,81,stdin); // int count = 0; // while (scanf("%c",&ch)!=EOF && ch!='\n'){ // arr[count] = ch; // count++; // } gets(arr); // puts(arr); if(arr[0]=='.'&&strlen(arr)==1){break;} else{ num1++; if(strstr(arr,ch1)!=NULL){ num2++; if(first==0){first=num1;} } } } if(num2)printf("%d\n%d %d",num1,first,num2); else printf("%d\n-_-#",num1); return 0; }
c语言编程练习题:7-185 吃火锅
作者:yunjinqi
类别:编程
日期:2023-06-04 18:46:43
阅读:601 次
消耗积分:0 分
版权所有,转载本站文章请注明出处:云子量化, https://www.yunjinqi.top/article/309
最新文章
系统当前共有 404 篇文章