摘要: 0x01 前置准备 所有代码依赖以下头文件,建议统一包含: <cstdio>:提供 getchar()、putchar()、fread()、fwrite(); <iostream>:提供 cin、cout; <cctype>:提供 isspace(); 0x02 基础 I/O 优化:基于 cin 和 阅读全文
posted @ 2025-08-26 23:05 xiaoniu142857 阅读(261) 评论(0) 推荐(2)