Run id: 124506

Main.cc: In function 'int main()':
Main.cc:26:16: error: 'prinft' was not declared in this scope
  prinft("A-yes");
                ^
Main.cc:28:16: error: 'prinft' was not declared in this scope
  prinft("B-yes");
                ^
Main.cc:30:16: error: 'prinft' was not declared in this scope
  prinft("C-yes");
                ^
Main.cc:32:17: error: 'prinft' was not declared in this scope
  prinft("all-NO");
                 ^
Main.cc:9:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&p);
                 ^