Run id: 123899

Main.cc: In function 'int main()':
Main.cc:6:15: error: 'scanf' was not declared in this scope
  scanf("%d",&n);
               ^
Main.cc:11:15: error: 'printf' was not declared in this scope
  printf("%d",a);
               ^