include <stdio.h> #include <string.h> char* createStr(){ static char str[20] = "my"; return str; } int ma...
確定! 回上一頁