1586: 蓝桥杯算法训练VIP-A+B problem 摘要:简单的A+B问题 ```cpp #include using namespace std; int main() { int a,b; cin>>a>>b; c…… 题解列表 2023年01月12日 0 点赞 0 评论 74 浏览 评分:9.9
蓝桥杯算法训练VIP-A+B problem 摘要:解题思路:直接加起来注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; cin>>…… 题解列表 2022年07月04日 0 点赞 0 评论 233 浏览 评分:9.9
编写题解 1586: 蓝桥杯算法训练VIP-A+B problem 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b;…… 题解列表 2022年05月20日 0 点赞 0 评论 86 浏览 评分:0.0
蓝桥杯算法训练VIP-A+B problem (c++太简单了,题目都给答案了) 摘要:解题思路:简单的加法!!!!!!!!!!!别错了!注意事项:无。参考代码:#include<bits/stdc++.h>using namespace std;int x,y;int main(){ …… 题解列表 2022年05月14日 0 点赞 0 评论 115 浏览 评分:0.0
1586: 蓝桥杯算法训练VIP-A+B problem 摘要:直接提交就行,笑死。#include<iostream> using namespace std; int main() { int a,b; while(cin>>a>>b…… 题解列表 2022年01月11日 0 点赞 0 评论 82 浏览 评分:0.0
蓝桥杯算法训练VIP-A+B problem (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cou…… 题解列表 2018年06月15日 0 点赞 0 评论 493 浏览 评分:0.0
蓝桥杯算法训练VIP-A+B problem (C++代码) 摘要:解题思路:注意事项:参考代码:#include<cstdio> #include<cstring> #include<iostream> using namespace std; string…… 题解列表 2018年02月01日 0 点赞 0 评论 638 浏览 评分:0.0
WU-蓝桥杯算法训练VIP-A+B problem (C++代码) 摘要:参考代码:#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b<<en…… 题解列表 2017年12月22日 4 点赞 0 评论 824 浏览 评分:0.0