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.
假设我有两个整数变量 a 和 b。我想总结 a 和 b 并将计算结果写入标准输出或文件。是否可以在不将结果写入现代 CPU 架构中的内存的情况下做到这一点?