#define P(format, ...) do /
{ /
printf("%s %s %d " format "/n", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__); /
fflush(stdout); /
} /
while (0);
#define P(format, ...) do /
{ /
printf("%s %s %d " format "/n", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__); /
fflush(stdout); /
} /
while (0);