... <string.h>; int main(void); {; char name[40];; printf("please enter name:\n");; //第三个参数代表最多读取多少个字符到name中; //scanf_s是 ...
確定! 回上一頁