摘要: 博客推荐!!! 文件的输入输出 freopen("a.in", "r", stdin);//输出文件 a.in freopen("a.out", "w", stdout);//输出文件 a.out 快读 & 快写 inline void read(int &x){ int s = 0, w = 1; 阅读全文
posted @ 2020-03-05 17:15 LT-Y 阅读(132) 评论(0) 推荐(0)