Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <bits/stdc++.h>
- using namespace std;
- #include "/home/ad/ad_debugger.h"
- Debugger D;
- #define d(x) \
- cerr << #x << " "; \
- D.print(x); \
- cerr << '\n';
- #define da(x, n) \
- cerr << #x << " "; \
- D.print(x, n); \
- cerr << "\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement