2810: 鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; double x,y,a,b; …… 题解列表 2024年01月11日 0 点赞 2 评论 206 浏览 评分:0.0
C++鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>#include<algor…… 题解列表 2026年02月24日 0 点赞 0 评论 78 浏览 评分:0.0
编写题解 2810: 鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n=0; scanf("%d&…… 题解列表 2025年12月25日 0 点赞 0 评论 234 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 摘要:参考代码:#include<stdio.h>int main(){ int n,a,b,c,d,i; double x,y; scanf("%d",&n); s…… 题解列表 2025年11月09日 0 点赞 0 评论 243 浏览 评分:0.0
2810: 鸡尾酒疗法 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; double x,y,d,d1; cin>>…… 题解列表 2025年10月15日 0 点赞 0 评论 270 浏览 评分:0.0
2025/7/30刷题记录 摘要:解题思路:注意事项:浮点数==浮点数判断会有精度损失所以最后将这个判断放在else中参考代码:#include<stdio.h>#include<math.h>int main…… 题解列表 2025年07月30日 0 点赞 0 评论 268 浏览 评分:0.0
鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){int n;double x,y,d,d1;cin…… 题解列表 2025年03月23日 1 点赞 0 评论 401 浏览 评分:0.0
胡说八道式解释答案, 没有详细介绍 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ int n ; int a , b , c, d ; float x ,y ; …… 题解列表 2024年11月05日 2 点赞 0 评论 468 浏览 评分:0.0
编写题解 2810: 鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,a,b; cin>>n; float x,y;…… 题解列表 2024年06月04日 0 点赞 0 评论 1515 浏览 评分:0.0
编写题解 2810: 鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:n=int(input())jl,jx=map(int,input().split())j=jx/jllist1=[]for i in range(n-1): gl…… 题解列表 2024年02月28日 0 点赞 0 评论 341 浏览 评分:0.0