评测信息

运行ID: 47432
src.cpp:2:7: error: expected nested-name-specifier before 'nameplace'
using nameplace std;
^
src.cpp: In function 'int main()':
src.cpp:5:5: error: 'cout' was not declared in this scope
cout<<"**************************\n"<<endl;
^
src.cpp:5:5: 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
^
src.cpp:5:43: error: 'endl' was not declared in this scope
cout<<"**************************\n"<<endl;
^
src.cpp:5:43: note: suggested alternative:
In file included from E:/OpenJudger2/Compilers/mingw/lib/gcc/mingw32/5.1.0/include/c /iostream:39:0,
from src.cpp:1:
E:/OpenJudger2/Compilers/mingw/lib/gcc/mingw32/5.1.0/include/c /ostream:590:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>