摘要: 1 #include <bits/stdc++.h> 2 #define _for(i,a,b) for(int i = (a);i < b;i ++) 3 4 typedef long long ll; 5 using namespace std; 6 inline ll read() 7 { 8 ll ans = 0; 9 char ch = getchar(), last = ' '; 10 阅读全文
posted @ 2019-08-18 18:59 Asurudo 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 #define _for(i,a,b) for(int i = (a);i < b;i ++) 3 typedef long long ll; 4 using namespace std; 5 inline ll read() 6 { 7 ll ans = 0; 8 char ch = getchar(), last = ' '; 9 wh 阅读全文
posted @ 2019-08-18 10:20 Asurudo 阅读(131) 评论(0) 推荐(0) 编辑