50求
查看原帖
50求
1463982
Hyx1720楼主2025/8/3 21:14

{ int t=1,s=0,a; cin>>a; for(int i=1;i<=a;i++) { t*=i; s+=t; } cout<<s; return 0; }

2025/8/3 21:14
加载中...