摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define pb push_back 4 #define _for(i,a,b) for(int i = (a);i < (b);i ++) 5 #define INF 100000003 6 #define ll long long 7 inline ll read() 8 { 9 ll 阅读全文
posted @ 2019-09-15 21:07 Asurudo 阅读(150) 评论(0) 推荐(0)
摘要: 1 #include 2 using namespace std; 3 #define pb push_back 4 #define _for(i,a,b) for(int i = (a);i = 10) write(x / 10); 20 putchar(x % 10 + '0'); 21 } 22 int n; 23 int mincost[303]; 24 bool us... 阅读全文
posted @ 2019-09-15 16:18 Asurudo 阅读(125) 评论(0) 推荐(0)
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define pb push_back 4 #define _for(i,a,b) for(int i = (a);i < (b);i ++) 5 #define INF 1000000003 6 #define ll long long 7 inline ll read() 8 { 9 ll 阅读全文
posted @ 2019-09-15 15:39 Asurudo 阅读(171) 评论(0) 推荐(0)