为什么 #include <Bits/stdc++.h> 可以在 VSC 上通过编译?(洛谷上不行)
#include <Bits/stdc++.h>
类似的,#include <IOSTREAM> 也能在 VSC 过编。是环境不同而导致的吗?CSP 会不会报错?
#include <IOSTREAM>