考场上是否应避免使用 bits/stdc++.h ?(在使用 using namespace std 的情况下)。
bits/stdc++.h
using namespace std
如果是,求一些常见函数的头文件。
注意到在 VS2022 中,memset 不加头文件也没事,但是交到评测机上就会CE,那么 Dev_C++是否有类似情况?