#include using namespace std; int main(){ int N; cin>>N; int ans=0; for(int i=2;i<=N;i++){ ans+=i; for(int j=2;j