After some googling, I found the answer by @ChrisMM in this post: "GCC's libstdc++ does not support P2465R3 yet, which allows for import std;". One can get the same answer from compiler_support for c++23.
import std;