分解因式:3x2+6xy+3y2=______.
3x2+6xy+3y2,
=3(x2+2xy+y2),
=3(x+y)2
如果某一方案的风险报酬系数为8%.无风险报酬率为6%,标准离差率为63.64%,则该方案的风险报酬率为()。
A.12.01%
B.9.02%
C.7.81%
D.5.09%
以下对结构体类型变量的定义中,不正确的是_______。
A.typedef struct aa int n; float m; aa; aa td1;
B.#define aa struct aa aaint n; float m; td1;
C.struct int n;float m; aa; struct aa td1;
D.struct int n;float m; td1;