#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; }
Monday, July 18, 2016
Published July 18, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment