typedef struct
{
int wave_number;/* 現在のwave数 */
int life;/* 残機 */
int money;/* お金 */
}tower_system;