问题描述 Loading... 问题分析 1 2 3 4 5 6 7 #include<stdio.h> int main() { int a,b; while (scanf("%d %d",&a,&b),a!=0||b!=0) printf("%d\n",a+b); return 0; }