填空题
设有定义: struct person { int ID;char name[12];}p; 请将scanf("%d",______);语句补充完整,使其能够为结构体变量p的成员ID正确读入数据。