2020年10月17日
摘要: 10.9E 根据公式推导,能得到只判断 x*log(y)和y*log(x)得到答案,但是这题对精度要求很高,如果x==y的时候直接返回=即可代码: #include<bits/stdc++.h> using namespace std; #define LL long long int main() 阅读全文
posted @ 2020-10-17 20:05 小灰灰的父亲 阅读(87) 评论(0) 推荐(0)