摘要: 旧版快读、快写「模板」 快读 template<typename type> inline void read(type &x) { x=0;bool flag(0);char ch=getchar(); while(!isdigit(ch)) flag=ch=='-',ch=getchar(); 阅读全文
posted @ 2021-08-30 09:42 凌云_void 阅读(10025) 评论(11) 推荐(29)