leplus


私信TA

用户名:dotcpp0779643

访问量:171

签 名:

等  级
排  名 6482
经  验 1412
参赛次数 0
文章发表 2
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

#include<stdio.h>


int main(void)

{

       int i, a, b, j;

       scanf("%d %d", &a, &b);

       while (!(a==0&&b==0)){

             printf("%d\n", a + b);

             scanf("%d %d", &a, &b);

       }

       return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »