scanf: char name[20]; int age;printf("Please enter your name and age\n"); scanf("%s %d", ...
確定! 回上一頁