单项选择题下列打开文件的表达式中,错误的是( )。
单项选择题下列程序的输出结果是( )。 #include<iostream> using namespace std; template<typename T> T fun(T a,T b)return(a>=b)a:b; void main() cout<<fun(3,6)<<','<<fun(3.14F,6.28F)<<end1;