360里面有( )个6;3个13是( )。
60;39
世界上现存最早的、标有确切日期的雕版印刷品是[ ]
A.《大唐律》
B.《大藏经》
C.《金刚经》
D.李白的诗集
有如下程序: #include<iostream) using namespace std; classBase{ public: Base(int x=0){cout<<x;} }; Class Derived:public Base{ public: Derived(int x=0){cout<<x;} private: Base Val; }; int main(){ Derived d(1); return 0; }
A.100
B.000
C.010
D.001