摘要: #include <iostream> #include <string.h> #include <stdio.h> #include <stdlib.h> using namespace std; int main() { int a; //定义一个整数; int *ap; //定义一个指向整数的 阅读全文
posted @ 2020-03-24 19:39 唯一诺 阅读(261) 评论(0) 推荐(0)