已知有职工结构体数组struct {  int num;  char name[20];  } per[100];,用scanf函数写出输入下标为i的职工num和name的语句为                。