面试题答案一键面试#include <stdio.h> #include <stdarg.h> #define LOG_INFO(...) printf("[INFO] " __VA_ARGS__ "\n")