摘要: #include<cstdio> using namespace std; bool d[100]={0},b[100]={0},c[100]={0}; int sum=0,a[100]; int search(int); int print(); int main(){ search(1); // 阅读全文
posted @ 2023-06-01 18:56 刘海烽 阅读(13) 评论(0) 推荐(0)