申请、受理、审查、注册是统计从业资格认定的必经程序。()
参考答案:错
※ [21~22].
. (4 )
A. .
B. .
C..
D. .
若有以下程序: #include <iostream> using namespace std; template <class T> T min(T x,T y) { if(x<y)return x; elsereturn y; } int main() { int n1=2,n2=10; double d1=1.5;d2=5.6; cout<<min(n1,n2)<<","; cout<<min(d2,d2)<<end1; return 0; } 程序运行后的输出结果是 【13】 。