#include <stdio.h> #include <string.h> int main(void) { char text[] = "hello" ... char buf[80]; printf("輸入字串:"); scanf("%s", buf); printf("你輸入的字串 ...
確定! 回上一頁