摘要:
#include using namespace std; #define maxn 200000 int read() { char ch=getchar();int f=1,w=0; while(ch'9'){if(ch=='-')f=-1;ch=getchar();} while(ch='0'){w=w*10+ch-'0';ch=getchar();} re... 阅读全文
posted @ 2018-01-13 15:36
Kevin_naticl
阅读(303)
评论(0)
推荐(1)

浙公网安备 33010602011771号