가방 배열을 만들어 보자.
가방 배열 = 가방이 여러개 있음
typedef struct _backpack_t { // code here... } backpack_t backpack_t backpacks[10];