摘要: Problem - H - Codeforces 恶心数论 开个long double 服了 题解:首先我们先确定俩个东西,就是如果热水冷水数量相同那么不管有几瓶温度都不变,因为一直取平均,所以小于h+c/2的情况只能打2;,因为没有更小的了 然后就是另外一种情况就是热水始终比冷水多1然后我们就行推 阅读全文
posted @ 2023-08-03 15:11 whatdo+ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: A......找ABC就行了 第五次比赛 - Virtual Judge (vjudge.net) #include <bits/stdc++.h> #include <iostream> #include <cstdio> #include <cstring> #include <algorith 阅读全文
posted @ 2023-08-03 15:04 whatdo+ 阅读(29) 评论(0) 推荐(0) 编辑