HDU 5650 so easy

Posted Fighting Heart

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HDU 5650 so easy相关的知识,希望对你有一定的参考价值。

n不为1的时候输出a[1],否则输出0

#include<cstdio>
#include<cstring>
#include<cmath>
#include<queue>
#include<algorithm>
using namespace std;

long long y[2000];

int main()
{
    int n;
    int T;
    scanf("%d",&T);

    while(T--)
    {
        scanf("%d",&n);
        long long ans;
        for(int i=1;i<=n;i++) scanf("%lld",&y[i]);
        if(n==1) ans=y[1];
        else ans=0;
        printf("%lld\n",ans);
    }
    return 0;
}

 

以上是关于HDU 5650 so easy的主要内容,如果未能解决你的问题,请参考以下文章

hdu4565---So Easy!(矩阵)

HDU4565 So Easy!

So Easy! HDU - 4565

hdu4565 So Easy!(矩阵快速幂)

HDU 5650

HDU4565 So Easy! 矩阵高速幂外加数学