#include "stdio.h"
main()
{
int a,b,c,d,e,f,g,h,i,j;
printf("piease shu ru shi ge shu;");
scantf("%d %d %d %d %d %d %d %d %d %d",&a,&b,&c,&d,&e,&f,&g,&h,&i,&j);
if('a>b>c>d>e>f>g>h>i>j;');
printf("%d",&a);
if('b>a>c>d>e>f>g>h>i>j;');
printf("%d",&b);
if('c>b>a>d>e>f>g>h>i>j;');
printf("%d",&c);
if('d>b>c>a>e>f>g>h>i>j;');
printf("%d",&d);
if('e>b>c>d>a>f>g>h>i>j;');
printf("%d",&e);
if('f>b>c>d>e>a>g>h>i>j;');
printf("%d",&f);
if('g>b>c>d>e>f>a>h>i>j;');
printf("%d",&g);
if('h>b>c>d>e>f>g>a>i>j;');
printf("%d",&h);
if('i>b>c>d>e>f>g>h>a>j;');
printf("%d",&i);
if('j>b>c>d>e>f>g>h>i>a;');
printf("%d",&j);
getch()
}
字符型常量太长在main函数中
答案:2 悬赏:50 手机版
解决时间 2021-01-24 14:45
- 提问者网友:送舟行
- 2021-01-23 21:42
最佳答案
- 五星知识达人网友:愁杀梦里人
- 2021-01-23 22:37
printf("piease shu ru shi ge shu;"); -> please input the number
if('a>b>c>d>e>f>g>h>i>j;'); -> if(a>b&&b>c&&c>d&&d>e&&e>f&&f>g&&g>h&&h>i&&i>j)
printf("%d",&a); -> printf("%d",a);
看完还请采纳
if('a>b>c>d>e>f>g>h>i>j;'); -> if(a>b&&b>c&&c>d&&d>e&&e>f&&f>g&&g>h&&h>i&&i>j)
printf("%d",&a); -> printf("%d",a);
看完还请采纳
全部回答
- 1楼网友:毛毛
- 2021-01-23 23:56
#include <stdio.h>
int main(void)
{
printf("beware the ides of march!");
return 0;
}
书 是 死的
人 却是活的!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯