xyc123's blog

By xyc123, history, 14 months ago, In English

What does this program mean?

#ifdef LOCAL
	#include "algo/debug.h"
#else
	#define debug(...) 42
#endif

Full text and comments »

  • Vote: I like it
  • -3
  • Vote: I do not like it