A+B for Input-Output Practice (II) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,n; scanf("%d",&n); while(n--) { …… 题解列表 2017年12月13日 1 点赞 0 评论 588 浏览 评分:0.0