From 8df4fbee320a94235af77b093f544566e1e80918 Mon Sep 17 00:00:00 2001 From: newde Date: Fri, 6 Mar 2026 22:37:01 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=8C=87=E9=92=88/?= =?UTF-8?q?=E6=8C=87=E9=92=88=E5=9C=B0=E5=9D=80.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 指针/指针地址.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/指针/指针地址.cpp b/指针/指针地址.cpp index 7ffc1c5..699e2d9 100644 --- a/指针/指针地址.cpp +++ b/指针/指针地址.cpp @@ -4,10 +4,10 @@ 4 int main(){ 5 6 int a=10; - 7 int * prt_a ; + 7 int * ptr_a ; 8 - 9 prt_a=&a; - 10 cout << "我是内存地址: "<