已解决 被禁言 张籽实 新手守护 #include<bits/stdc++.h> using namespace std; int main() { int n,m; cin>>n>>m; cout<<pow (n-1,m-1); return 0; }