ffmx


私信TA

用户名:h2030819047

访问量:1167

签 名:

What were you doing last yesterday

等  级
排  名 999
经  验 3352
参赛次数 16
文章发表 4
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

TA的其他文章

弟弟的作业
浏览:302

解题思路:

注意事项:

参考代码:

#include<stdio.h>

#include<string.h>

int main()

{

         int a,c;

         char b,d,e[200];

         int cout=0;

         while(scanf("%d%c%d%c%s",&a,&b,&c,&d,e)!=EOF&&a)

        {

             int s=0;

             if(e[0]=='?')  cout=cout;

             else 

                for(int i=0;i<strlen(e);i++)

                s=s*10+e[i]-'0'; 

            if(s==a+c||s==a-c) 

               cout++;

      }

        printf("%d",cout);

        return 0;

}


 

0.0分

4 人评分

  评论区

  • «
  • »