Run id: 152022

Main.cc: In function 'int main()':
Main.cc:4:25: error: 'scanf' was not declared in this scope
     scanf("%3d%1d",&a,&b);
                         ^
Main.cc:5:5: error: 'cout' was not declared in this scope
     cout<