Run ID:5345
提交时间:2024-11-09 20:45:06
#include<iostream> using namespace std; int main(){ int y,n=1; cin>>y; for(int i=1;i<=y;i++){ n*=i;} cout<<n;}