Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement