... int main() { char *ptr; stack<char *> st; ptr = (char *)malloc(sizeof(char) * 2271); strcpy(ptr, "Hello, world"); st.push(ptr); strcpy(ptr, "XDrz"); ...
確定! 回上一頁