提交时间:2024-05-18 14:45:40
运行 ID: 147345
#include<bits/stdc++.h> using namespace std; long long fac(int x){ if(x==0) return 1; else return x*(n-1); } int main(){ int x,n; cin>>x>>n; cout<<fac; return 0; }