【单选题】【消耗次数:1】
元素a,b,c,d按顺序依次进栈,则该栈的输出序列有可能是( )(进栈出栈可以交替进行)。
A.c,a,b,d和 d,b,a,c
B.d,b,c,a和 c,a,d,b
C.a,c,b,d 和c,b,d,a
D.d,c,a,b 和 a,c,b,d
参考答案:
复制
纠错
相关题目
【单选题】 元素a,b,c,d按顺序依次进栈,则该栈的可能输出序列是( )(进栈出栈可以交替进行)。
①  A.c,a,b,d
②  B.d,b,c,a
③  C.a,c,b,d
④  D.d,c,a,b
【判断题】 一个栈的输入序列为:A,B,C,D,可以得到输出序列:C,A,B,D。
①  正确
②  错误
【单选题】 设有一个顺序栈S,元素A,B,C,D,E,F,依次进栈,如果6个元素出栈的顺序是B,D,C,F,E,A,则栈的容量至少应是-( )。
①  3
②  4
③  5
④  6
【单选题】 一个队列的入队序列是a,b,c,d,按该队列的可能输出序列使各元素依次入栈,该栈的可能输出序列是 ( )。(进栈出栈可以交替进行)。
①  A.d,c,b,a
②  B.c,a,b,d
③  C.d,b,a,c
④  D.d,a,b,c
【单选题】 下列程序执行后的输出结果是 #includevoid main( ) { int a=5,b=60,c; if (ab) {c=a*b;printf(%d*%d=%d\n,b,a,c);} else {c=b/a;printf(%d/%d=%d\n,b,a,c);} }
①  60/5=12
②  300
③  60*5=300
④  12
【单选题】 设有一个栈,元素的进栈次序为A, B, C, D, E,下列是不可能的出栈序列( )。
①  A, B, C, D, E
②  B, C, D, E, A
③  E, A, B, C, D
④  E, D, C, B, A
【判断题】 一个栈的进栈序列是a,b,c,d,e,则栈的不可能输出序列是dcea(进栈出栈可以交替进行)。
①  正确
②  错误
【单选题】 下列程序执行后的输出结果是________. #include stdio.h void main( ) { int a=5,b=60,c; if (ab) {c=a*b;printf(%d*%d=%d\n,b,a,c);} else {c=b/a;printf(%d/%d=%d\n,b,a,c);} }
①  60/5=12
②  300
③  60*5=300
④  12
【单选题】 下列程序执行后的输出结果是_______.#include stdio.h void main( ) { int a=5,b=60,c; if (ab) {c=a*b; printf(%d*%d=%d\n,b,a,c);} else {c=b/a; printf(%d/%d=%d\n,b,a,c);} }
①  60/5=12
②  300
③  60*5=300
④  12
【单选题】 设格中元素a,b,c,d,若a ≤ b和c ≤ d,下面哪个性质不满足:
①  a*c ≤ b*d;
②  a?c ≤ b?d;
③  a*c ≤ b?d;
④  a?c ≤ b*d。
随机题目
【单选题】 I am very grateful to you for what you’ve given me and __________ you have done for me.
①  which
②  that
③  all what
④  all that
【单选题】 Did Tom tell you to water the flowers?
①  No. And so did I
②  No. And neither did I
③  He did And so I did
④  He did And so do I
【单选题】 I __________ an interesting news item in yesterday’s Times.
①  came across
②  came up
③  came to
④  came over
【单选题】 Many Americans worry about leisure and hurry from one activity to the next, __________ little time to stop and think.
①  leave
②  leaving
③  left
④  to leave
【单选题】 Sorry to interrupt, but can you give me another copy of the handout?
①  No, of course not
②  Certainly
③  I’m sorry to hear that
④  By no means, but it’s impossible
【判断题】 ∫1/1+x^2 dx=arctanx
①  正确
②  错误
【判断题】 ∫sinxdx=-cosx+C
①  正确
②  错误
【单选题】 不定积分∫1/(1+x2)d(x2)=( )
①  arctanx+C
②  -arctanx+C
③  ln(1+x2)+C
④  lnx2+C
【判断题】 f(x)=(x^2-1)/(x-1),g(x)=x+1;f(x)=g(x)
①  正确
②  错误
【判断题】 ∫2xdx=2xln2+C
①  正确
②  错误