strtok で文字列を分割しよう. #include <stdio.h>. int main(void). {. char buf[100];. fgets(buf, sizeof(buf), stdin);. char s1[10];. char s2[10];.
確定! 回上一頁