摘要:
#include <iostream> #include <string> #include <windows.h> using namespace std; bool str_cat(char* dest, int len, const char* st1, const char* st2) { 阅读全文
摘要:
#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) 阅读全文