2775: 等差数列末项计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a1,a2,n; cin>>a1>>a…… 题解列表 2023年12月02日 0 点赞 0 评论 199 浏览 评分:9.9
编写题解 2775: 等差数列末项计算(好不容易整完的,留个好评,求求了) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a1,a2,n; cin>>a1…… 题解列表 2023年12月02日 0 点赞 0 评论 141 浏览 评分:9.9
题解 2771: 大象喝水//制作不易,给个好评//附赠无限循环 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ /** while(16534123412387…… 题解列表 2023年12月02日 0 点赞 0 评论 229 浏览 评分:9.9
2773: 计算线段长度 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,b; …… 题解列表 2023年12月02日 0 点赞 0 评论 186 浏览 评分:9.9
题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r; cin>>h>>r; …… 题解列表 2023年12月02日 0 点赞 0 评论 120 浏览 评分:2.0
编写题解 2773: 计算线段长度(制作不易,求个好评) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,b; …… 题解列表 2023年12月02日 0 点赞 0 评论 191 浏览 评分:9.9
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r…… 题解列表 2023年12月02日 0 点赞 0 评论 191 浏览 评分:9.9
宏定义练习之三角形面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a,b,c; cin>>a>>b…… 题解列表 2023年12月02日 0 点赞 0 评论 163 浏览 评分:9.9
题解 2775: 等差数列末项计算 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b,n,m; cin>>a>>b>>n; m=…… 题解列表 2023年12月02日 0 点赞 0 评论 207 浏览 评分:9.9
编写题解 1038: [编程入门]宏定义练习之三角形面积 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a; double b; cin>>a>>b;…… 题解列表 2023年12月02日 0 点赞 0 评论 270 浏览 评分:9.9