標題:
2023/07/19(若晴)
[打印本頁]
作者:
陳育霖
時間:
2023-7-17 21:15
標題:
2023/07/19(若晴)
本帖最後由 陳育霖 於 2023-7-19 18:41 編輯
今日上課重點:
選擇敘述與迴圈(找質數)-8
選擇敘述與迴圈(五五乘法表)-9
選擇敘述與迴圈(最大公因數和最小公倍數)-10
函式與陣列(小星星)-1
函式與陣列(分數調整)-2
函式與陣列(質數判斷)-3
函式與陣列(倍數判斷)-4
今日作業:
函式與陣列(運算判斷)-5
今日考試內容:
選擇敘述與迴圈-4
選擇敘述與迴圈(擲骰子)-5
作者:
若晴
時間:
2023-7-19 18:17
#include<bits/stdc++.h>
using namespace std;
int* compute(int a[],int n)
{
for(int i=0;i<n;i++)
{
cin>>a[i];
}
return a;
}
int main()
{
int n;
cin>>n;
int a[n];
int* b=compute(a,n);
cout<<b[0];
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2