Guest User

Untitled

a guest
Apr 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. struct st {
  3. st& operator()(const char* s) { return *this; }
  4. st& operator^(const st) { return *this; }
  5. st& operator^=(const st) { return *this; }
  6. friend st& operator~(st _) { return _; }
  7. // friend st& operator^(const st _, const st) { return _; }
  8. } _, r, o, q, p;
  9.  
  10. int main() {
  11. _ ^_^
  12. _ ^o^
  13. _ ^q^o^p^
  14. _
  15. ;
  16. }
Add Comment
Please, Sign In to add comment