#1358: 經濟大恐荒


2158319-6@g.puiching.edu.mo (P6A37葉穎臻)

School : No School
ID : 2935
IP address : [192.168.120.33]
Last Login :
2024-10-15 09:12:23
a004. 經濟大恐荒 -- 板橋高中教學題 | From: [192.168.120.33] | Post Date : 2023-12-12 10:04

#include <iostream>
using namespace std;
int main() {
    int num_days, total_money = 0;
    cin >> num_days;
    for (int i = 1; i <= num_days; i++) {
        int buns;
        cin >> buns;
        total_money += buns * i;
    }
    cout << total_money;
    return 0;
}
 
#1362: Re:經濟大恐荒


2158319-6@g.puiching.edu.mo (P6A37葉穎臻)

School : No School
ID : 2935
IP address : [192.168.120.33]
Last Login :
2024-10-15 09:12:23
a004. 經濟大恐荒 -- 板橋高中教學題 | From: [192.168.120.33] | Post Date : 2023-12-14 11:49

 



 
ZeroJudge Forum