triclops200

Shakespeare C++

Nov 7th, 2011
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. #include <iostream>
  2. #ifdef WIN32
  3. #include <windows.h>
  4. #else
  5. #include <unistd.h>
  6. #endif
  7. using namespace std;
  8. int main(){
  9.     //constants needed for the poem
  10.     int b = 18;
  11.     int theQuestion;
  12.     int Suffer = 1, noblerInTheMind = 0, Oppose = 1;
  13.     //starts here
  14.     theQuestion = 2*b|!2*b;
  15.     if(noblerInTheMind>Suffer || noblerInTheMind>Oppose)
  16.     {
  17.         return 0;
  18.     }
  19.     if(false){
  20.         return 0;
  21.         sleep(0);
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment