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) 编辑

2020年7月29日

摘要: #include <iostream> #include <cstdio> #include <cmath> #include <vector> #include <climits> #include <algorithm> #define MAXN 200007 #define REP(i,b,e 阅读全文
posted @ 2020-07-29 15:50 forwhat00 阅读(134) 评论(0) 推荐(0) 编辑

2020年7月28日

摘要: #include <iostream> #include <cstdio> #include <cmath> #include <vector> #include <climits> #include <algorithm> using namespace std; int n; typedef s 阅读全文
posted @ 2020-07-28 17:42 forwhat00 阅读(95) 评论(0) 推荐(0) 编辑

2020年7月21日

摘要: #include<iostream> #include<algorithm> #include<stdio.h> #include<string.h> using namespace std; #define DEBUG if(1) const int MAXN = 1010;//点数 const 阅读全文
posted @ 2020-07-21 21:37 forwhat00 阅读(200) 评论(0) 推荐(0) 编辑

2020年7月17日

摘要: 1 #include <iostream> 2 #include <cmath> 3 #include <algorithm> 4 #define REP(i, begin, end) for (int i = begin; i <= end; i ++) 5 #define DEBUG if(1) 阅读全文
posted @ 2020-07-17 01:11 forwhat00 阅读(185) 评论(0) 推荐(0) 编辑

2020年7月15日

摘要: #include<iostream> #include<stdio.h> #include<cstring> #include<vector> #include<algorithm> #define DEBUG if(0)//方便测试 #define MAX 100010 using namespa 阅读全文
posted @ 2020-07-15 00:48 forwhat00 阅读(146) 评论(0) 推荐(0) 编辑

2020年7月12日

摘要: 1 #include<iostream> 2 #include<cmath> 3 #include<cstdio> 4 #include<string> 5 #include<vector> 6 #include<map> 7 #include<cstring> 8 #include<algorit 阅读全文
posted @ 2020-07-12 23:49 forwhat00 阅读(137) 评论(0) 推荐(0) 编辑

2020年7月11日

摘要: #include<iostream> #include<cmath> #include<algorithm> #include<string> #include<cstring> #define DEBUG if( 1 )//是否输出调试用信息 using namespace std; int W, 阅读全文
posted @ 2020-07-11 18:05 forwhat00 阅读(122) 评论(1) 推荐(0) 编辑