摘要: #include<iostream> using namespace std; /*int main() { int *p; p = new int; if (p==NULL) { cout << "Allocation Failure!\n"; } else { *p = 15; cout << 阅读全文
posted @ 2022-09-30 13:10 江南王小帅 阅读(10) 评论(0) 推荐(0)