题解法兰西玫瑰2023-07-10 14:45:53发布于:上海38阅读0回复0点赞#include <iostream> #include <cmath> using namespace std; int main(){ int x,n; cin >> x >> n; cout << int(pow(x+1,n)); return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个