#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
int i,j,k,temp;
clrscr();
printf("Enter three numbers:");
scanf("%d%d%D",&i,&j,&k);
if(i>j)
{temp=i;i=j;j=temp;}
if(i>k)
{temp=i;i=k...
#include<stdio.h>
#include<conio.h>//清屏
#include<string.h>
main()
{
int i,j;
int yanghui[10][10];
clrscr();
for(i=0;i<10;i++)
{
for(j=0;j<=i;j++)
{
yanghui[0]=yanghui=1;
}
}
for(i=2;i<10;i++)
{
for(j=1;j<=i;j++)
{
yanghui[j]=yanghu...