题解 1267: A+B Problem 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2024年01月18日 0 点赞 0 评论 337 浏览 评分:9.9
(Python)使用split()方法分隔两个加数 摘要:split()方法能指定以某种字符串将分隔符对字符串进行切片,返回包含所有切片的列表 [关于split()方法的介绍](https://www.runoob.com/python/att-strin…… 题解列表 2024年01月15日 0 点赞 0 评论 171 浏览 评分:9.9
【Java】计算两个数的和 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[]args)…… 题解列表 2023年12月10日 0 点赞 0 评论 490 浏览 评分:9.9
1267: A+B Problem 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; c…… 题解列表 2023年12月05日 0 点赞 0 评论 316 浏览 评分:9.9
编写题解 1267: A+B Problem 摘要:解题思路:设定一个整数“a”和“b”参考代码:#includeusing namespace std;int main(){ int a; int b; cin>>a>>b; …… 题解列表 2023年12月02日 0 点赞 0 评论 189 浏览 评分:9.9
题解 1267: A+B Problem 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; cout<<…… 题解列表 2023年11月25日 0 点赞 0 评论 54 浏览 评分:0.0
编写题解 1267: A+B Problem 摘要:import java.util.*;public class Main { public static void main(String [] args){ Scanner sc…… 题解列表 2023年11月20日 0 点赞 0 评论 97 浏览 评分:0.0
嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(~scanf("%d%d", &a, &b))printf("%d\n…… 题解列表 2023年11月20日 0 点赞 0 评论 97 浏览 评分:6.0
A+B Problem给个好评 摘要:解题思路:注意事项:参考代码:#includeusing namespace std;int main(){ int a,b; while(cin>>a>>b)cout<<(a+b)<<e…… 题解列表 2023年11月20日 0 点赞 1 评论 90 浏览 评分:8.4
原神andc++萌新出品 题解:1267: A+B Problem 摘要:原神 启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码: #include<iostream>using namespace std;int main(){ …… 题解列表 2023年11月12日 0 点赞 0 评论 74 浏览 评分:8.0