왜 안되지라?


typedef struct {
 
 
 
 int *row= (int*)malloc(sizeof(int)*400);
 int *col= (int*)malloc(sizeof(int)*400);
 
 
 for(j=0; j<400, j++){
   fscanf(0, \"%d\", &row[j]);
  }
 for(j=0; j<400; j++){
   fscanf(0, \"%d\", &col[j]);
  }

} element;