標題:
2023/9/12 課程重點(炫霆)
[打印本頁]
作者:
陳楷翔
時間:
2023-9-12 02:39
標題:
2023/9/12 課程重點(炫霆)
本帖最後由 呂晉豪 於 2023-9-22 18:42 編輯
[課堂重點]
字串處理 (一)
字串處理 (二) - 字串輸入 1
字串處理 (三) - 字串輸入 2
[回家作業]
[作業] 函式的建立與執行 (三)
[課堂考試]
卷10
[作業檢討]
經濟大恐荒
卷12
作者:
董炫霆
時間:
2023-9-12 18:05
本帖最後由 董炫霆 於 2023-9-12 18:28 編輯
#include<iostream>
#include<cstdlib>
#include<cmath>
using namespace std;
int main(){
int a;
cin>>a;
int v,m=1,sum=0;
for(int i=1;i<=a;i++){
cin>>v;
sum+=v*m;
m++;
v--;
}
cout<<sum<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2