摘要:
#include<cstdio> #define MXN 100000+1 #define MXM 10*MXN int getint(){ int x=0,w=1; char c=getchar(); while(c<'0'||c>'9'){ if(c=='-') w=0; c=getchar() 阅读全文
posted @ 2018-01-06 22:59
Halifuda
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号