Morass

Hacking

Jul 3rd, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.34 KB | None | 0 0
  1. // A + B
  2. // I feel it's wrong, hack me pls))
  3. #include <iostream>
  4.  
  5. using namespace std;
  6.  
  7. // a lot of code
  8.  
  9. int main() {
  10.     int a, b;
  11.     cin >> a >> b;
  12.     cout << a + b << "\n";
  13.     return 0;
  14. }
  15. #define main fakemain
  16.  
  17. // a lot of code
  18.  
  19. int main() {
  20.     int a, b;
  21.     cin >> a >> b;
  22.     cout << a - b << "\n";
  23.     return 0;
  24. }
Add Comment
Please, Sign In to add comment