using namespace std; static void ECHO(const char* format, ...) { char msg[132]; va_list args; va_start(args, format);
確定! 回上一頁