试题与答案

短文改错。 下面短文中有10处语言错误。请在有错误的地方增加、删除或修改某个单

题型:改错题

题目:

短文改错。

     下面短文中有10处语言错误。请在有错误的地方增加、删除或修改某个单词。

     增加:在缺词处加一个漏字符号(∧),并在其下面写上该加的词。

     删除:把多余的词用斜线(\)划掉。

     修改:在在错的词下划一横线,  并在该词下面写上修改后的词。

   注意:

      1. 每处错误及其修改均仅限一词;

       2. 只允许修改10处, 多者 ( 从第11处起 ) 不计分。

Ralph,

   I am an university student. I once thought life at the university must be excellent, but now I changed

my mind. I have three roommate, and I was the last one to move into the dormitory. Last term, I got

along peacefully and happy. And I find they are not willing to be with me now. They don't talk with me,

and they've became cold toward me. Many time, I have wanted to talk with them about how I felt like,

but I failed to find a chance. When leaving alone, I always think about this sadness. Since I am so an

honest student, why can't I win true friendship?

____________________________________________________________________________-

答案:

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

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

参考答案:A

试题推荐
题型:问答题

给定程序中函数fun的功能是:从低位开始取出长整型变量s中偶数位上的数,依次构成一个新数放在t中。高位仍在高位,低位仍在低位。

例如,当s中的数为:7654321时,t中的数为:642。

请改正程序中的错误,使它能得到正确结果。

注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。

[试题源程序]

#include<stdio.h>

/************found************/

void fun(long s,long t)

long s1=10;

s/=10;

*t=s%10;

/************found************/

while(s<0)

s=s/100;

*t=s%10*s1+ *t;

s1=s1*10;

mein()

long s,t;

printf("\nPlease enter s:");

scanf("%1d",&s);

fun(s,&t);

printf("The result is:%1d\n",t);

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