。。。最快。。。提交时的原代码直接提交。。 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { 见提交时的原代码。 return 0; }…… 题解列表 2019年02月08日 1 点赞 0 评论 824 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:1 输入两个数据2 求和3 输出注意事项:注意数据类型和转换说明符的对应参考代码:#include<stdio.h>int main(){ int a,b; printf("input tw…… 题解列表 2017年11月29日 1 点赞 0 评论 696 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:注意事项:我写出来两个比较简单的代码,有任何问题都可以在下面留言哦!参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d"…… 题解列表 2018年03月03日 0 点赞 0 评论 613 浏览 评分:0.0
10845 A+B(1)(while循环输出) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ long long a,b; while(scanf("%lld%lld",&a,&b)!=EOF) { pr…… 题解列表 2024年05月29日 0 点赞 1 评论 161 浏览 评分:0.0
A+B for Input-Output Practice (I)-题解(C语言代码) 摘要:#include int main(){ int arr[100]={0}; int i=0,y; while(EOF!=scanf("%d",&arr[i])) i++; for…… 题解列表 2020年03月22日 0 点赞 0 评论 248 浏览 评分:0.0
A+B for Input-Output Practice (I)-题解(C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>int main(){ int a,b,c,d; int sum; scanf("%d%d",&…… 题解列表 2020年09月14日 0 点赞 0 评论 191 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:#include<stdio.h>int main(){int a,bscanf(''%d,%d'',&a,&b);printf(''%d,/…… 题解列表 2017年12月17日 0 点赞 0 评论 549 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) printf…… 题解列表 2018年08月23日 0 点赞 0 评论 484 浏览 评分:0.0
1085: A+B for Input-Output Practice (I) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b; while(scanf("%d%d",&a,&b)==2) printf("%d\n",a…… 题解列表 2021年03月01日 0 点赞 0 评论 106 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d",&a,&b)==2) { …… 题解列表 2018年10月13日 0 点赞 0 评论 362 浏览 评分:0.0