왜 안되지라?
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;
왜 안되지라?
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;
어그로 머신이네
푸헐. 구조체 선언에 구현하고 자빠졌네
난 진짜 물어봤는데 어그로라니ㅋㅋㅋ
너의 어그로는 성공했다