题目信息
-
题目类型
-
国赛
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include <stdio.h>
- #define N 4
- main( )
- { int i,j;
- for(i=1;i<=N;i++)
- { for(j=1;j<i;j++)
- printf(" ");
- printf("*");
- printf("\n");
- }}
运行结果为:
答案解析
相关题目
-
#include <stdio.h> main() { int i, a[10]; for(i=9;i>=0;i--) a[i]=10-i; printf(“%d
-
#include <stdio.h> #define N 4 main( ) { int i,j; for(i=1;i<=N;i++) { for(j=1;j&l
-
#include <stdio.h> main( ) { int x, y; for(x=30, y=0; x>=10, y<10; x--, y++) x/=2, y
-
#include <stdio.h> #define N 4 main() { int i; int x1=1,x2=2; printf("\n"
-
#include <stdio.h> main() { int i,sum=0; i=1; do{ sum=sum+i; i++; }while(i<=10); printf
-
#include <stdio.h> main() { int y=9; for(;y>0;y--) if(y%3==0) { printf(%d”,--y);
-
#include <stdio.h> main()_ { char grade=’C’; switch(grade) { case ‘A’: printf(“90-100\n”
-
#include <stdio.h> main( ) { int a=1,b=0; scanf(“%d”,&a); switch(a) { case 1: b=1;br
-
#include<stdio.h> main( ) { char ch; ch=getchar( ); switch(ch) { case ‘A’ : printf(“
-
#include <stdio.h> main() { int x, y =0; for(x=1;x<=10;x++) { if(y>=10) break
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会