该文被密码保护。 阅读全文
posted @ 2017-10-25 18:28 shixinyi 阅读(13) 评论(0) 推荐(0) 编辑
摘要: char cc; namespace fastIO { const int size=1 void read(T &aa) { aa=0;getChar(cc); while(cc'9') getChar(cc); while(cc>='0'&&cc<='9') aa=aa*10+cc-'0',getChar(cc); } } 阅读全文
posted @ 2017-10-25 14:22 shixinyi 阅读(261) 评论(0) 推荐(0) 编辑