摘要: #include <iostream> using namespace std; bool flag; int a[5][4]; int cal(int a,int b,int k){ if(k==0) return a+b; else if(k==1) return a*b; else if(k= 阅读全文
posted @ 2023-11-30 16:23 daiyulong 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; int num[int(1e8+5)],n; void paint() { string pho[7];//1:左 2:右 3:双 4:全 5、6:10 pho[1] = " ▇ "; pho[2] = " ▇ 阅读全文
posted @ 2023-11-30 16:17 daiyulong 阅读(20) 评论(1) 推荐(0) 编辑