计算机C语言1234算机C语言1234
说明:主要找你的填空题第一道题的题干,然后后面的答案都是相对应一套一套的,如:假如你的填空题第一道题的题干和这里的第1套是一样的(有些提干是一模一样的,如第1和25,33、36和39,27和49,请继续看第二个found),那你所有题的答案都是相对应的第1套(用红色字体标注了)假如你的题干和这里的第18套题是一样的,那么你所有题的答案都是相对应的第18套题(蓝色字体标注了)。其他类推。
一、填空题
1/*********found*******/
t = ___1___;(同25一样)
/**********found**********/
t *= (-1.0)*x/___2___;
(1)x (2)n (3)fabs(t)
2/**********found**********/
switch(___1___)
(1)n%10 (2)break (3)break
3/**********found**********/
if(t%2==__1__)
(1)0 (2)10*x (3)n/10
4/**********found**********/
rmax=a[i][j]; c= __1__ ; }
(1) j (2)0 (3)i++
5/**********found**********/
void fun(char (*ss) __1__, int k)
(1) [M] (2)N (3)0
6/**********found**********/
void fun(int (*t)___1___ )
(1)[N] (2)t[i][j] (3)t[j][i]
7/**********found**********/
void fun(int (*a)[N], int __1__)
(1) k (2)N (3)a[k][i]
8/**********found**********/
while(t<=__1__){
(1) 999 (2)t/10 (3)x
9/**********found**********/
___1___;
(1) sum=0 (2)t[i][i] (3)1
10/*********found**********/
___1___ fun(char ch)
(1) char (2)ch<='9' (3)'0'
11/*********found**********/
s=0; i=__1__;
(1) 0 (2)i++ (3)2.*i
12/*********found**********/
while (!feof(__1__))
(1) (fp) (2)== (3)fp
13/*********found**********/
for(i=0; i< __1__ ; i++)
(1) N (2)substr (3)0
14/*********found**********/
for(p=1; p<= __1__; p++)
(1) k (2)N-1 (3)temp
15/*********found**********/
t=(a>b)?(b>c?b :(a>c?c:___1___)):((a>c)?___2___:((b>c)?c:___3___));
(1) a (2)a (3)b
16/*********found**********/
if ((ch>='a')___1___(ch<='z'))
(1) && (2)'A' (3)ch
17/*********found**********/
if(isdigit(*s)) sum+=*s- __1__ ;
(1)48 (2)s++ (3)sum
18/*********found**********/
f = ___1___;
(1) 1 (2)-1 (3)t
19/*********found**********/
if(n>=len) strcpy(__1__);
(1) t,s (2)s[i] (3)0
20/*********found**********/
__1__ fun(struct student *a)
(1) struct student * (2)a->score[i] (3)a
21/*******