处理数据与输入数据同时进行 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<stdio.h> using namespace std; void add(int, int *);//统…… 题解列表 2023年12月31日 0 点赞 0 评论 405 浏览 评分:9.9
比较常规的解题思路,挺清晰的 摘要:解题思路:注意事项:字符串中会有空格出现,用getline整行读取。参考代码:#includeusing namespace std; int main() { string s;…… 题解列表 2023年12月31日 0 点赞 0 评论 455 浏览 评分:9.9
2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a; char c; cin>>a…… 题解列表 2023年12月30日 0 点赞 0 评论 296 浏览 评分:9.9
题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; char c; int result; scanf("%d%d",&a…… 题解列表 2023年12月30日 0 点赞 0 评论 164 浏览 评分:9.9
题解 2792: 三角形判断 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; if(a…… 题解列表 2023年12月30日 0 点赞 0 评论 172 浏览 评分:9.9
2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int b,c; double a; cin>>a…… 题解列表 2023年12月30日 0 点赞 0 评论 144 浏览 评分:0.0
题解 2789: 骑车与走路 摘要:解题思路: 各位好,我们学了if的结构,想要知道它的结构请看我的文章我来把关于此题if的结构写出来注意事项:参考代码:#include<iostream>using namespace std;int…… 题解列表 2023年12月30日 0 点赞 0 评论 187 浏览 评分:9.9
2792: 三角形判断 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c;…… 题解列表 2023年12月30日 0 点赞 0 评论 171 浏览 评分:9.9
1043: [编程入门]三个数字的排序 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c…… 题解列表 2023年12月30日 0 点赞 0 评论 177 浏览 评分:0.0
题解 1043: [编程入门]三个数字的排序 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c…… 题解列表 2023年12月30日 0 点赞 0 评论 163 浏览 评分:0.0