1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. char input;
  7. printf( "ARE YOU SHAQIRI? [y/n]: " );
  8. input = getchar();
  9. if ((strcmp "input", y))
  10. printf("That's impossible. YOU CANNOT BE SHAQIRI YOU IDIOT");
  11. else if ((strcmp "input", n))
  12. printf("I thought not.");
  13. else
  14. printf("There no third choice to it, my friend. EITHER YOU ARE SHAQIRI OR NOT");
  15. return 0;
  16. }