Run id: 152014

Main.cc:1:2: error: invalid preprocessing directive #innclude
 #innclude
  ^
Main.cc: In function 'int main()':
Main.cc:5:22: error: 'scanf' was not declared in this scope
  scanf("%3d%1d",&a,&b);
                      ^
Main.cc:6:2: error: 'cout' was not declared in this scope
  cout<