摘要:
#include #include using namespace std; const int maxn = 110; const int maxm = 110; inline int qread() { register int x = 0, ch = getchar(); while(!isdigit(ch)) ch = getchar(); while(is... 阅读全文
posted @ 2018-10-28 10:02
junk_yao
阅读(147)
评论(0)
推荐(0)
浙公网安备 33010602011771号