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 评论 396 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(~scanf("%d %d",&a,&b)) { …… 题解列表 2018年08月27日 3 点赞 0 评论 503 浏览 评分: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 评论 598 浏览 评分:0.0
A+B for Input-Output Practice (I) (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] arg…… 题解列表 2018年07月22日 0 点赞 0 评论 502 浏览 评分:0.0
A+B for Input-Output Practice (I) (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class f10850 { public static void main(String[] ar…… 题解列表 2018年05月14日 0 点赞 0 评论 505 浏览 评分:0.0
A+B for Input-Output Practice (I) 摘要:解题思路:EOF表示为文件结束符注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while (scanf("%d %d",&a,&b)!=E…… 题解列表 2022年11月01日 0 点赞 0 评论 111 浏览 评分:0.0
A+B for Input-Output Practice (I) (C语言代码) 摘要:解题思路:注意事项:这题不是一次性输入和一次性输出参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d %d", &a, &…… 题解列表 2018年04月10日 0 点赞 0 评论 578 浏览 评分: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 评论 668 浏览 评分:0.0
。。。最快。。。提交时的原代码直接提交。。 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { 见提交时的原代码。 return 0; }…… 题解列表 2019年02月08日 1 点赞 0 评论 864 浏览 评分: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…… 题解列表 2023年03月09日 0 点赞 0 评论 120 浏览 评分:0.0