摘要: #include "stdio.h"#include "string.h"void GetMemory1(char* p){ p =... 阅读全文
posted @ 2021-01-04 19:28 nepu_bin 阅读(65) 评论(0) 推荐(0)
摘要: #include void Swap(int* a, int* b) //交换数值{ int t = *a; *a = *b; *... 阅读全文
posted @ 2021-01-04 17:20 nepu_bin 阅读(215) 评论(0) 推荐(0)