摘要: 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include <stdio.h> 3 #include <stdlib.h> 4 int d = 1; 5 void fun(int p) 6 { 7 int d = 5; 8 d += p++; 9 printf("% 阅读全文
posted @ 2022-03-19 22:18 小团熙 阅读(43) 评论(0) 推荐(0)