柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
不等式组
中x的最大解区间为[-2,1],则
值为( )
A.
B.
C.0
D.1
热度🔥51
参考答案:D
解析:
解不等式组,根据解区间,得
。
,代入得1。
复制题目向AI提问
中x的最大解区间为[-2,1],则
值为( ) A.
B.
C.0 D.1 答案:D。 解析:解不等式组,根据解区间,得
。
,代入得1。">
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
有以下程序 #include struct tt { int x; struct tt *y; } *p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a}; main() { int i; p=a; for(i=1; ix ); p=p->y; } } 程序的运行结果是
有以下程序 #include #define N 4 void fun(int a[][N]) { int b[N][N],i,j; for(i=0; i