My clion does not have bits/stdc++.h, what should I do? , it says bits/stdc++.h file not found
已回答
请先登录再写评论。
Hello!
bits/stdc++.h
is a non-standard header file of GNU C++ library. MSVC, which you're using as a toolchain in CLion, does not have this header. See, for example, https://www.geeksforgeeks.org/bitsstdc-h-c/.