#include <stdio.h> int main() { char name[20], tel[50], field[20], areaCode[20], code[20]; int age; sscanf("name:john age:40 tel:082-313530", "%s", ...
確定! 回上一頁