forwhat00  

2020年8月6日

摘要: #include<iostream> #include<vector> using namespace std; #define MAX 10005 #define REP(i,b,e) for(int i=b;i<e;i++) vector<int>b[MAX]; int a[MAX], p[MA 阅读全文
posted @ 2020-08-06 20:26 forwhat00 阅读(69) 评论(0) 推荐(0) 编辑
 
摘要: #include<iostream> using namespace std; int main() { int i,t,x,j; cin >> t; while (t--){ cin >> x; j = (x%4 != 0); for(int i=1;i<=x;i++){ cout<<(( j ? 阅读全文
posted @ 2020-08-06 15:14 forwhat00 阅读(112) 评论(0) 推荐(0) 编辑
 
摘要: #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int main(){ int t; scanf("%d",&t); for(int i=0;i<t;i++) { int x; scanf("% 阅读全文
posted @ 2020-08-06 13:49 forwhat00 阅读(112) 评论(0) 推荐(0) 编辑