天蝎兔兔
//第一个问题#include <>#define Pi #define AREA(x) (Pi*x*x)int main(){ int i=0; float a; for(i=1;i<=10;i++) { a=AREA(i); if(a>100) break; else printf("半径为%d的圆的面积是%f\n",i,a); }}//第二个问题#include <>#define Pi #define AREA(x) (Pi*x*x)void main(){ int i=0; float a; for(i=1;i<=15;i++) { a=AREA(i); if(a>50) printf("半径为%d的圆的面积是%f\n",i,a); }}//第三个问题#include <>void main(){ int i=0; for(i=1;i<=100;i++) { if(i%7) printf("%d不能被7整除\n",i); }}//第四个问题#include <>void main(){ int i=0; for(i=100;i>=1;i--) { if(!(i%13)) { printf("100以内整数中为13的倍数的最大值是:%d",i); break; } }}PS:基础知识扎实和不断的实践才能学好一门语言,也许一开始实践并不会那么的顺利,但等你独立思考解决了所有问题之后,你会感觉到这里面有无尽的乐趣的
蚂蚁在fei
16.第16题 单选题 I’d rather you A____ make any comment on the issue for the time being. A、don’t B、wouldn’t C、shouldn’t D、didn’t17.第17题 单选题 Their new house is said to be ____B____ on this street, but we cannot find it. A、located B、seat C、lie D、embed18.第18题 单选题 Please tell us when and why you decided to __C_______ your business in this district. A、set down B、set off C、set up D、set out19.第19题 单选题 Last summer, his visiting of Disneyland _______D___ his dream in his boyhood. A、embeded B、immortalized C、cast D、fulfilled20.第20题 单选题 He treated me as though/as if ___A__ his own son. A、I am B、I would be C、I was D、I were21.第21题 单选题 ___D__ today, he would get there by Friday. A、Would he leave B、Was he leaving C、Were he to leave D、If he leave22.第22题 单选题 It is important that we __C___ wild animals. A、will protect B、should protect C、shall protect D、are protecting23.第23题 单选题 The teacher demanded that the exam ___D__ before eleven. A、must finish B、would be finished C、be finished D、must be finished24.第24题 单选题 ____D__, we will set off as we planned. A、Were it good or bad B、Be it good or bad C、Being good or bad D、Whether good or bad25.第25题 单选题 We didn’t know his telephone number, otherwise we __C___ him. A、would have telephoned B、must have telephoned C、would telephone D、had telephoned26.第26题 单选题 ____A__ the War of Independence, the United States was an English colony. A、Before B、At C、In D、Between27.第27题 单选题 Tom, what did you do with my documents? I have never seen such a ___B___ and disorder! A、mass B、mess C、guess D、bus28.第28题 单选题 The students were all entertained in a Mexican restaurant, at Professor Brian’s __d____. A、money B、pay C、expense D、loss29.第29题 单选题 As the bus came round the corner, it ran __C____ a big tree by the roadside. A、into B、on C、over D、up30.第30题 单选题 Professor Smith promised to look ____B__ my paper, that is, to read it carefully before the defense. A、after B、over C、on D、into 我说嘛2楼的你要是不会没人会怪你,别他妈的在那说垃圾。虽说我打的不一定全对好歹我也答了
zq13301666852
哇,加油哦!我英语2年都忘得差不多了,假如你是考四六级的话就多读点找点语感,其实一般题目都没有什么原因的,读到就觉得是那个了。四六级基本不考语法的,就是靠单词。
优质考试培训问答知识库