2018年5月23日
摘要: 二.1. 应该改为 2. 所以应该改为 #include<iostream>using namespace std;int fn1() { int t = 5; int *p = &t; return *p;}int main() { int a; a=fn1(); cout << "the val 阅读全文
posted @ 2018-05-23 22:31 liurui12138 阅读(126) 评论(0) 推荐(0) 编辑