某工程时标网络图如下,说法正确的是()。
A.工作B的TF为2
B.工作I的EF为11
C.工作F的TF为0
D.工作C的LS为3
E.工作D的TF为2
参考答案:A, B, C
单项选择。
is the weather like in Beijing? [ ]
A. What
B. How
C. Which
D. Where
有如下程序: #include<iostream> using namespace std; int main() cout.fill(’*’); cout.width(5); cout<<scientific<<314.15926535<<endl; retrun 0; 程序运行后,输出的结果是( )。
A.3.141593e+002
B.3.1416e+002
C.**3.14e+002
D.314.16