Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShichengChen/31e8a9cd60302afe1a2d8fdab8184654 to your computer and use it in GitHub Desktop.
Save ShichengChen/31e8a9cd60302afe1a2d8fdab8184654 to your computer and use it in GitHub Desktop.
debug
#define debug(x) cout << '>' << #x << ':' << (x) << endl;
#define debug2(y,z) cout << '>' << #y << ':' << (y) << " " << #z << ":" <<(z) << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment