当前位置:首页
> Luz 第488页
Luz 管理员
暂无介绍
89859 篇文章 33 次评论填空题:填空题模板
以下为伪代码如果从键盘输入35,请写出其运行结果。$$input $$ $$a$$$$if$$ (a>25) $$output$$(a)$$if$$ (a>30) $$output$$(a)$$if$$ (a>40) $$…
填空题:程序阅读题
以下为一段伪代码,请写出其输出结果。for(i=9;i>=0;i--) a[i]=15-ioutput(a[2]+a[5]+a[7])answer:第1空:31 ||…
填空题:程序阅读题
for(n=1 to 10) //n取1~10之间的每一个数 { if(n%2==0) continue output(n) //输出n}answer:第1空:13579 ||…
填空题:程序阅读题
假设从键盘输入的字符为s,请写出以下伪代码的运行结果。$$ch=getchar() $$$$switch (ch) $${ $$case $$ 'a': $$printf$$("a=%c",$$ch$$) ; $$default$…
单选题:具有59个顶点,2515条边的有向图,所有顶点度的和为( ).
具有59个顶点,2515条边的有向图,所有顶点度的和为( ).@[A](2)A. 5030B. 2515C. 1711D. 118A.5030B.2515C.1711D.118answer:A…



