评测信息

运行ID: 52096
src.cpp: In function 'int main()':
src.cpp:4:3: error: 'cout' was not declared in this scope
cout << "**************************\n" ;
^
src.cpp:4:3: note: suggested alternative:
In file included from src.cpp:1:0:
E:/OpenJudger2/Compilers/mingw/lib/gcc/mingw32/5.1.0/include/c /iostream:61:18: note: 'std::cout'
extern ostream cout; /// Linked to standard output
^