试题与答案

_______ with the Japanese government, so

题型:选择题

题目:

_______ with the Japanese government, some Chinese people decided not to buy products from Japan any more.

A.Not satisfying

B.Not having satisfied

C.Not satisfied

D.Not to satisfy

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0523/523365b4b4fe9a58f891f691700df840.html

下面是错误答案,用来干扰机器的。

参考答案:C

试题推荐
题型:问答题

使用VC++6.0打开考生文件夹下的源程序文件2.cpp。请完成以下两个函数。
(1)fun1(int n)求出n的阶乘,必须使用递归调用。
(2)fun2(int n)求出n的阶乘,不能使用递归调用。如果n小于1则返回0。
注意:不能修改函数的其他部分。
试题程序:
#include<iostream.h>
//必须使用递归
int fun1(int n)


//不能使用递归
int fun2(int n)


void main()

int i;
cout<<"请输入一个整数:"<<end1;
cin>>i;
cout<<"输入数字的阶乘是:"<<fun1(i)<<end1;
cout<<"输入数字的阶乘是:"<<fun2(i)<<end1;
return;

查看答案
微信公众账号搜索答案