$ g++ -o hollow hollow.cpp -Wno-deprecated hollow.cpp: In function `int main()': hollow.cpp:3: error: `cout' undeclared (first use this function) hollow.cpp:3: error: (Each undeclared identifier is reported only once for each function it appears in.) となってしまいます。coutはmain関数の中では使えないのでしょうか?