编写题解 1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a,b,c;int main(){ cin>>a>>b>>c; …… 题解列表 2024年06月09日 0 点赞 0 评论 612 浏览 评分:9.9
1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:输入三个正整数,取其第二个数字,即:a,b,c中的b注意事项:别输错数,别选错语言(C++)参考代码:#include<bits/stdc++.h> using namespace std…… 题解列表 2021年05月24日 0 点赞 0 评论 2176 浏览 评分:9.9
题解 1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:输入三个正整数,取其第二个数字,即:a,b,c中的b;注意事项:别输错数,别选错语言(C++);参考代码:#include<bits/stdc++.h>using namespace std…… 题解列表 2023年12月02日 0 点赞 0 评论 266 浏览 评分:9.9