原保险人将每一危险单位保险金额超过约定自留额的部分分给再保险人的再保险方式是()
A.成数再保险
B.溢额再保险
C.险位超赔再保险
D.赔付率再保险
参考答案:B
如果系统主要要求有良好的跟随性能,可以设计成()。
A.Ⅰ型系统
B.Ⅱ型系统
C.Ⅲ型系统
D.Ⅳ型系统
下面程序的运行结果是 #include<iostream.h> int fun(inta[],int n) int result=1; for(int i=1:i<n;i++) result=result*a[i]; remm result; void main() int a[3]=3,4,5; cout <<fun(a,3) <<end1;
A.12
B.15
C.20
D.60