From da93e118a02d0a0715e927e47ea77ddc86c546ba Mon Sep 17 00:00:00 2001 From: newde Date: Sat, 14 Mar 2026 05:51:17 -0400 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20260314?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 260314 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 260314 diff --git a/260314 b/260314 new file mode 100644 index 0000000..a326783 --- /dev/null +++ b/260314 @@ -0,0 +1,19 @@ +#include +using namespace std; + +int main(){ + + int arr[10]={11,99,21,16,313,25,8,43,116,2}; + int * ptr_a; + ptr_a=arr; + for (int i=1;i<10;i++){ + + if(*ptr_a