#include<cstdio> #include<cmath> using namespace std; typedef long long int lld; int main() { lld n,sum; while (scanf("%lld",&n)!=EOF) printf("%lld\n",n*n*(n+1)*(n+1)/4); return 0; }
Subscribe to:
Post Comments (Atom)
Coprights @ 2016, Coder Cart
0 comments:
Post a Comment