Board logo

標題: 20230211 [打印本頁]

作者: 葉桔良    時間: 2023-2-11 14:00     標題: 20230211

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int arr[10][10];

  5. int main()
  6. {   
  7.     int R, C, M;
  8.    
  9.     cin>>R>>C>>M;
  10.    
  11.     for(int i=0; i<R; i++)
  12.         for(int j=0; j<C; j++)
  13.             cin>>arr[i][j];
  14.                   
  15.    
  16.     system("pause");
  17.     return 0;
  18. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2