#31449: I hope we won't be like this


oh_my_god (often)

學校 : 臺中市私立明道高級中學
編號 : 196962
來源 : [36.233.201.105]
最後登入時間 :
2023-10-20 23:42:02
b294. 經濟大恐荒 -- 板橋高中教學題 | From: [1.161.131.111] | 發表日期 : 2022-07-31 23:17

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
int main()
{
    int n,a=0,b=0;
    scanf("%d",&n);
    int food[n];
    for(int i=0;i<n;i++)
    {
        scanf("%d",&food[i]);
        a++;
        b=b+a*food[i];
    }
    printf("%d",b);
    return 0;
}

 
ZeroJudge Forum