@@ -27,6 +27,9 @@ void exit_group(uint64_t code) {
for (;;);
}
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
#define xstr(s) str(s)
#define str(s) #s
The note is not visible to the blocked user.