A+B for Input-Output Practice (IV) (C语言代码) 摘要:#include <stdio.h>int main(){ int a,b,c; while(scanf("%d",&a)&&a>0) { c=0; while (a--) …… 题解列表 2017年07月12日 0 点赞 1 评论 931 浏览 评分:2.0