Judge Information
Run ID: 105541
src.cpp: In function 'int main()':
src.cpp:5:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
src.cpp:6:5: error: 'cout' was not declared in this scope
cout<<a*b<<endl
^
src.cpp:6:16: error: 'endl' was not declared in this scope
cout<<a*b<<endl
^
src.cpp:5:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
src.cpp:6:5: error: 'cout' was not declared in this scope
cout<<a*b<<endl
^
src.cpp:6:16: error: 'endl' was not declared in this scope
cout<<a*b<<endl
^