- #include <stdio.h>
- #include <stdlib.h>
- int main()
- {
- char input;
- printf( "ARE YOU SHAQIRI? [y/n]: " );
- input = getchar();
- if ((strcmp "input", y))
- printf("That's impossible. YOU CANNOT BE SHAQIRI YOU IDIOT");
- else if ((strcmp "input", n))
- printf("I thought not.");
- else
- printf("There no third choice to it, my friend. EITHER YOU ARE SHAQIRI OR NOT");
- return 0;
- }