Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #define TU
  2.  
  3. ...
  4.  
  5. #ifdef TU
  6. std::ifstream in("intest");
  7. std::cin.rdbuf(in.rdbuf());
  8. #endif
  9.  
  10. ....
  11.  
  12. #ifdef TU
  13. return 0;
  14. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement