()是土壤冻结的主要好处之一。
A、土壤变得疏松
B、保护作物根系
C、有利于微生物活动
D、有利于有机质分解
参考答案:A
不等式5x-12≤2(4x-3)的负整数解是______.
有如下程序: #inClude<iostream> using namespace std; class AA public: viltual void f() cout<<"AA"; ; class BB:public AA public: BB() cout<<"BB"; ; class CC:public BB public: virtual void f() BB::f(); cout<<"CC"; ; int main() AA aa,*p;BB bb;CC cc; p=&cc; p->f(); return 0; 运行后的输出结果 【15】 。