2019年10月28日
摘要: 1 #include<iostream> 2 #include<algorithm> 3 #include<cstdio> 4 using namespace std; 5 6 #define mfor(i,a,b) for(register int i=(a);i<=(b);i++) 7 #def 阅读全文
posted @ 2019-10-28 13:28 thjkhdf12 阅读(134) 评论(0) 推荐(0)