HDOJ_1290_大二写_献给杭电五十周年校庆的礼物

Posted phalq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HDOJ_1290_大二写_献给杭电五十周年校庆的礼物相关的知识,希望对你有一定的参考价值。

AC代码:

#include <iostream>
#include <cstdio>
using namespace std;
int main(void)
{
    freopen("in.txt","r",stdin);
    int n;
    while(scanf("%d",&n)!=EOF)
    {
        printf("%lld
",1+(n*n*n+5*n)/6);
    }
    
    fclose(stdin);
    return 0;
}

 

以上是关于HDOJ_1290_大二写_献给杭电五十周年校庆的礼物的主要内容,如果未能解决你的问题,请参考以下文章

HDOJ 1069_大二写

HDOJ_1019_大二写_Least Common Multiple

2019 HDOJ Multi-University Training Contest Stage 10(杭电多校)

hdoj_2546饭卡(强忍悲痛,好好写题解)

HDoj 2029 Palindromes _easy version

luogu_1290 欧几里德的游戏