Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在预定义输入格式的情况下,有什么方法可以优化输入。 示例问题:
我可以考虑一次扫描一行并解析它。有没有更好的方法来做到这一点? 如果有人知道方法,请分享优化代码段。最好使用C/C++
如果要输入/输出大量数据,请使用 scanf/printf 而不是 cin/cout。它会更快。