单项选择题假设声明了以下的函数模板,错误的调用语句是______template<class T>T max(T x,T y){return(x>y)x:y;}并定义了int i;char c;
单项选择题在编译指令中,宏定义使用指令______