c Copy #include <stdio.h> #include <stdlib.h> int main(void) { char str1[1000]; printf("Input the text: "); scanf("%[^\n]", str1); ...
確定! 回上一頁