摘要: #include <iostream> #include <string> #include <windows.h> using namespace std; bool str_cat(char* dest, int len, const char* st1, const char* st2) { 阅读全文
posted @ 2022-10-09 16:46 wshidaboss 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <windows.h> using namespace std; bool find_max_min(int a[], int len, int* max, int* min) { if (len < 1) 阅读全文
posted @ 2022-10-09 14:23 wshidaboss 阅读(40) 评论(0) 推荐(0) 编辑