摘要:
#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= 阅读全文
摘要:
#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] = " ▇ 阅读全文