Accepted
Found 6 testcases. [Hydro](https://hydro.ac)提供评测服务
代码
#include <bits/stdc++.h>
using namespace std;
int main() {
	long long a, b, ans;
	cin >> a >> b;
	ans = pow(a, b) + pow(b, a);
	cout << ans;
	return 0;
}
      信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1005 (主团2022年7-8月)定义新运算
 - 语言
 - C++
 - 递交时间
 - 2022-08-29 17:50:51
 - 评测时间
 - 2022-08-29 17:50:51
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 17ms
 - 峰值内存
 - 256.0 KiB