摘要: A 题意 给你\(A\)和\(B\),输出\(pow(A,B)+pow(B,A)\) #include<bits/stdc++.h> using namespace std; typedef long long ll; #define len(x) ((int)((x).size())) #defi 阅读全文
posted @ 2023-09-17 16:58 liuguanyi 阅读(52) 评论(0) 推荐(0)