int* input;

input=(int*)malloc(sizeof(int));


하고나서 필요에 따라 요소를 더 늘려갈 순 없나요?>