摘要: //一个跟hyj巨佬学来的快速读入模板 卡常大佬不愧是卡常大佬 1 bool isdigit(char ch) 2 { 3 if(ch>='0'&&ch<='9') return 1; 4 return 0; 5 } 6 inline void fastin(int &v) 7 { 8 static 阅读全文
posted @ 2019-12-05 18:00 Suzuko 阅读(89) 评论(0) 推荐(0)