首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
自考
#include main() {int i,j,n; scanf("%d",&n); for(i=n;i<5;i++) for(j=2;j<=i;j++)putchar(’#’);
#include main() {int i,j,n; scanf("%d",&n); for(i=n;i<5;i++) for(j=2;j<=i;j++)putchar(’#’);
admin
2010-04-27
48
问题
#include
main()
{int i,j,n;
scanf("%d",&n);
for(i=n;i<5;i++)
for(j=2;j<=i;j++)putchar(’#’);
}
程序运行时从键盘输入1<回车>,则运行结果是:_________
选项
答案
######
解析
外层循环i=1,2,3,4对应内层循环j=2,3,4。当i=2,输出1次#,i=3,输出2次#,i=4,输出3次#,因此共输出6#。
转载请注明原文地址:https://kaotiyun.com/show/8LAx777K
本试题收录于:
微型计算机原理与接口技术题库理工类分类
0
微型计算机原理与接口技术
理工类
相关试题推荐
#include<stdio.h>#defineN10inttable[N*N];voidmuld(){inti,j;for(i=0;i<N;++i){for(j=0;j<N;++j)
#include<stdio.h>#include<string.h>main(){chara[10],*pa="012345678";a=pa;printf("%s\n",a);}错
请编写符合如下要求的函数:(1)对于任意输入的整数,计算并输出该整数的位数(例如,12345是5位数);(2)输出该数的倒序数(例如,123415的倒序数是54321)#include<stdio.h>main()
#include<stdio.h>main()(inta=100,b=200,c=300,d,*p1=&a,*p2=&b,*p3=&c;d=*p1+*p2:printf("d=%d\n",d);p1=&d:
本程序在运行时从键盘输入2个整数,如果输入的第一个数大于第二个数,则两数互换,否则不互换。#include<stdio.h>main()(intnum1,num2,x;scanf("%d%d",&numl,&nu
#include"stdio.h"voidfact(intk){inti,s;s=s*i:return(s);}错误:______改正:______
随机试题
金陵风味以南京菜为代表,主要流行于南京地区,用()制作的菜肴久负盛名。
下列属于被领导者特征的是【】
Title:TheAdaptationoftheClassicsOutline:(1)近来,许多经典名著被改写成各种版本以供大众娱乐;(2)这种现象产生的原因;(3)经典名著被改写可能产生的问题。
在Excel2013中,运算符“&”表示()。
下列各项差异中,属于数量差异的有()。
Theprocessbymeansofwhichhumanbeingsarbitrarilymakecertainthingsstandforotherthingsmaybecalledthesymbolicpro
Awalkwithyourspousegivesyouachancetotalkovertheday.Butthat’snotwhyyoushould【C1】______.Here’swhy:Getting【C2
(1)Manygreatinventionsaregreetedwithridiculeanddisbelief.Theinventionoftheairplanewasnoexception.Althoughmany
Schoolslookingtobancellphonesmayhaveanewexcuse:agrowingnumberofpeoplearedevelopinganallergy(过敏)tometalin
A、BecauseJapanesegovernmentencouragespeopletowork.B、BecauseJapaneselikeworking.C、BecauseJapanesehaveareputationf
最新回复
(
0
)