Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #ifdef WIN32
- #include <windows.h>
- #else
- #include <unistd.h>
- #endif
- using namespace std;
- int main(){
- //constants needed for the poem
- int b = 18;
- int theQuestion;
- int Suffer = 1, noblerInTheMind = 0, Oppose = 1;
- //starts here
- theQuestion = 2*b|!2*b;
- if(noblerInTheMind>Suffer || noblerInTheMind>Oppose)
- {
- return 0;
- }
- if(false){
- return 0;
- sleep(0);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment