鸡尾酒疗法题解-浮点数运算 摘要:#### 参考代码 ``` #include int main() { int n; double x, y; scanf("%d%lf%lf", &n, &x, &y); …… 题解列表 2023年10月30日 0 点赞 0 评论 218 浏览 评分:9.9
鸡尾酒疗法c++ 摘要:解题思路:注意事项: 样例过了的话,可能是没有换行,加上换行就对了参考代码:#include<bits/stdc++.h>using namespace std;int main(){ …… 题解列表 2023年03月22日 0 点赞 0 评论 280 浏览 评分:9.9