中金所5年期国债期货实物交割的配对原则是()。
A.“同市场优先”原则
B.“时间优先”原则
C.“价格优先”原则
D.“时间优先,价格优先”原则
参考答案:D
用ACCT函数取数是可以取到总帐未过帐的凭证数据。
分析以下程序执行结果 [14] 。 #include<iostream.h> int f (int x, int y) return x,y; double f (double x, double y) return x,y; void main() int a=4, b=6; double c=2.6, d=7.4; cout<<f (a, b) <<","<<f (c, d) <<end1;