標題:
20230211
[打印本頁]
作者:
葉桔良
時間:
2023-2-11 14:00
標題:
20230211
#include <iostream>
#include <cstdlib>
using namespace std;
int arr[10][10];
int main()
{
int R, C, M;
cin>>R>>C>>M;
for(int i=0; i<R; i++)
for(int j=0; j<C; j++)
cin>>arr[i][j];
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2