1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c;…… 题解列表 2023年12月09日 0 点赞 0 评论 656 浏览 评分:6.0
题解 2781: 奇偶ASCII值判断 摘要:解题思路:要输出no或yes注意事项:字符型是自动转整数的。参考代码:#include <bits/stdc++.h>using namespace std;int main(){ char a…… 题解列表 2023年12月09日 0 点赞 0 评论 346 浏览 评分:9.9
你怎么知道我单抽出克拉拉 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a1,a2,n; cin>>a1>>a…… 题解列表 2023年12月09日 0 点赞 1 评论 249 浏览 评分:9.9
编写题解 2780: 奇偶数判断 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; cin>>a; if (a%2==0)…… 题解列表 2023年12月08日 0 点赞 0 评论 145 浏览 评分:0.0
题解 2775: 等差数列末项计算 摘要:解题思路:注意事项:参考代码:##include<iostream>using namespace std;int main(){ int a,b,n,m; cin>>a>>b>>n; …… 题解列表 2023年12月08日 0 点赞 0 评论 190 浏览 评分:0.0
题解 2773: 计算线段长度 摘要:解题思路:自行抄题解注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,…… 题解列表 2023年12月08日 0 点赞 0 评论 157 浏览 评分:2.0
题解 2908: 白细胞计数 摘要: #include using namespace std; int main(){ int n; double o; …… 题解列表 2023年12月08日 0 点赞 0 评论 173 浏览 评分:0.0
陶陶摘苹果 摘要:解题思路:通过两个for循环来完成注意事项:参考代码:#include <iostream>using namespace std;int main() { int a[10]; for (int i…… 题解列表 2023年12月08日 0 点赞 0 评论 172 浏览 评分:0.0
题解 3000: 交换值 摘要:解题思路:无注意事项:用int参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; c…… 题解列表 2023年12月07日 0 点赞 0 评论 483 浏览 评分:9.9
LJX.......................................................... 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int x; cin >> x; cout << x…… 题解列表 2023年12月07日 0 点赞 0 评论 353 浏览 评分:9.9