1086A+B(2)(while循环输出) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intn;scanf("%d",&n);longlonga,b;while(…… 题解列表 2024年05月29日 0 点赞 0 评论 107 浏览 评分:0.0
1086: A+B for Input-Output Practice (II) 摘要:解题思路:注意事项:scanf输入注意事项: 对于两个scanf,第一个scanf…… 题解列表 2023年08月27日 0 点赞 0 评论 51 浏览 评分:0.0
数组加for循环 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intn,i,k=0; i…… 题解列表 2023年05月27日 0 点赞 0 评论 418 浏览 评分:9.9
题目 1086: A+B for Input-Output Practice (II) (C语言) 摘要:#includeintmain(){inta,b,n,i;scanf("%d",&n);for(i=0;i<n;i++){scanf("%d%d"…… 题解列表 2023年04月09日 0 点赞 0 评论 253 浏览 评分:6.0
A+B for Input-Output Practice (II) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta,b,n; sca…… 题解列表 2022年11月02日 0 点赞 0 评论 99 浏览 评分:0.0
1086: A+B for Input-Output Practice (II) 摘要:#includeintmain(){inta,b,j;scanf("%d",&j);for(inti=0;i…… 题解列表 2022年07月20日 0 点赞 0 评论 563 浏览 评分:9.9
1086: A+B for Input-Output Practice (II) 摘要:题目要求:第一行整数表示输入整数a和b的数量。您的任务是计算a+b解题思路:通过二维数组保存数据,利用循环求和参考代码:#include<stdio.h>intmain(){&nb…… 题解列表 2022年04月06日 0 点赞 0 评论 444 浏览 评分:9.0
最简单没有之一 摘要:解题思路: 运用while(scanf("%d%d",&a,&b)!=EOF),边输入边输出。注意事项:&…… 题解列表 2022年04月04日 0 点赞 0 评论 84 浏览 评分:0.0
题目 1086: A+B for Input-Output Practice (II) 摘要:解题思路:注意事项:参考代码:#includeintmain(){ intn,i; scanf("%d"…… 题解列表 2022年03月26日 0 点赞 0 评论 336 浏览 评分:9.9
知道组数求a+b的和 摘要:解题思路:用n来跳出循环即可注意事项:参考代码:#include<stdio.h>intmain(){ inta,b,n; &…… 题解列表 2022年03月08日 0 点赞 0 评论 139 浏览 评分:0.0