#include using namespace std; int main() { int a,s,h; s=1;h=0; cin>>a; for(int i=1;i<=a;i++) { s*=i; h+=s; } cout<<h<<endl; return 0;
使用您的 aoj 通用账户