摘要:
#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
阅读(249)
评论(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
阅读(63)
评论(0)
推荐(0)
浙公网安备 33010602011771号