C++ 中 <bits/stdc++.h> 包含 cout 吗?
是的,<bits/stdc++.h> 包含 cout。
<bits/stdc++.h> 是一个 C++ 头文件,它包含了标准 C++ 库中的大部分头文件。其中包含 iostream 头文件,而 iostream 头文件定义了 cout 输出流。
所以,使用 <bits/stdc++.h> 你可以直接使用 cout 进行输出。
原文地址: https://www.cveoy.top/t/topic/nEfa 著作权归作者所有。请勿转载和采集!