已知抛物线y=(a+3)x2有最高点,那么a的取值范围是 ______.
∵原点是抛物线y=(a+3)x2的最高点,
∴a+3<0,
即a<-3.
故答案为a<-3.
下列给定程序中,函数fun的功能是:将tt所指字符串中的小写字母全部改为对应的大写字母,其他字符不变。 例如,若输入“Ab,CD”,则输出“AB,CD”。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构! 试题程序: #lnclude<conio.h> #include<stdio.h> #include<string.h> char*fun(char tt[]) ( int i; for(i=O;tt[1];i++) /******found******/ if((tt[i]>=’a’)||(tt[i]<=’z’)) /******found********/ tt[i]+=32; return(tt); main() char tt[81]; printf("\nPlease enter a string:"); gets(tt); printf(\nThe result string is\n%s"fun(tt));
用差压式变送器测一密闭容器的液位,由于安装位置比最低液位还低,所以仪表的量程应增大()