Judge Information

Run ID: 105542
src.cpp:1:18: warning: extra tokens at end of #include directive
#include<stdio.h>;
^
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;
^