为什么打印32767(或其他随机数)?什么是std::cout印刷品?为什么不NULL(或0)?
32767
std::cout
NULL
0
int main() { int a; std::cout << a; }
c++
c++ ×1