题解 | #多组数据a+b III#
多组数据a+b III
https://ac.nowcoder.com/acm/problem/22167
#include<stdio.h> int main(){ while(1){ int a;int b; scanf("%d %d",&a,&b); int c=a+b; if(a==0&&b==0){break;} printf("%d",c); printf("\n"); } return 0; }
多组数据a+b III
https://ac.nowcoder.com/acm/problem/22167
#include<stdio.h> int main(){ while(1){ int a;int b; scanf("%d %d",&a,&b); int c=a+b; if(a==0&&b==0){break;} printf("%d",c); printf("\n"); } return 0; }
相关推荐
27届学院本誓死冲击...:下次再发把个人信息隐藏掉,以防有心之人。相关课程删了,荣誉奖项只留蓝桥杯,把蓝桥杯写到教育经历里,按教育经历、实习经历、项目经历、专业技能这个顺序排版