随笔分类 -  C++

摘要:#include <stdio.h> #include <stdbool.h> void PrintAll(int a[], int nBegin, int nEnd, int nCount, char* szPre){ if(nCount==1){ for(int i=nBegin; i<=nEn 阅读全文
posted @ 2021-11-15 20:05 CrossPython 阅读(169) 评论(0) 推荐(0)
摘要://改变数组长度 #include <iostream> using namespace std; // #ifndef CHANGELENGTH1D_H #define CHANGELENGTH1D_H #include<stdexcept> #include<algorithm> templat 阅读全文
posted @ 2021-11-06 22:17 CrossPython 阅读(126) 评论(0) 推荐(0)