#include using namespace std; const int ARR_SIZE = 8; int main() { //二次元配列 float arr[4][2] ={{1.2, 2.4}, {3.6, 4.8}, {5.2, 3.1}, {2.6, 1.1}}; int zaseki[9][4] = {{0,2,3,4},{1,2,3,4},{2,2,3,4},{3,2,3,4},{4,2,3,4}, {5,2,3,4},{6,2,3,4},{7,2,3,4},{8,2,3,4} }; // for(int i=0; i