摘要: A 模拟 B 模拟 C 模拟 #include<bits/stdc++.h> using namespace std; #define SET0(a) memset(a,0,sizeof(a)) #define FOR(i,a,b) for(int i=(a);i<=(b);i++) #define 阅读全文
posted @ 2021-02-20 21:57 HinanawiTenshi 阅读(112) 评论(0) 推荐(0) 编辑