【发布时间】:2016-12-22 21:52:29
【问题描述】:
如何在每行不写一个数字的情况下添加 10 位数字。
struct test {
unsigned short telephone[10];
//Some Code Here ...
}
for (j = 0; j < 10; j++) {
scanf("%d", & seats[position - 1].telephone[j]);
}
【问题讨论】:
-
非常感谢
-
arvin,我编辑了你的问题,请告诉我这是你想要的。
标签: c scanf conversion-specifier