Guest User

Untitled

a guest
May 23rd, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. typedef void _;
  4.  
  5. _ _____(char *_) { cout << _ << endl; }
  6. _ ____() { _____("third"); }
  7. _ *___(_ (*______)()) {
  8. _____("second");
  9. return (_ *)______;
  10. }
  11. _ *__(_ *(*______)(_ (*)())) {
  12. _____("first");
  13. return (*______)(&____);
  14. }
  15. main () {
  16. _____("main");
  17. _ *(*_____)(_ *(*)(_ (*)())) = &__;
  18. (*(_ (*)())(*_____)(&___))();
  19. }
Add Comment
Please, Sign In to add comment