Chào các bạn! Vì nhiều lý do từ nay Truyen2U chính thức đổi tên là Truyen247.Pro. Mong các bạn tiếp tục ủng hộ truy cập tên miền mới này nhé! Mãi yêu... ♥

ttrr14

#include<conio.h>

#include<stdio.h>

#include<math.h>

int s[100],n,k;

void print();

void try();

main()

{ clrscr();

printf("Nhap vao n,k="); scanf("%d,%d",&n,&k);

printf("Nghiem cua phuong trinh la:

");

try();

getch();

}

void print()

{ int i;

for(i=1;i<=n;i++)

{ printf("x%d=%d; ",i,s[i]);

if(i==n) printf("\t");

}

}

void try()

{ int i,j,c,dem=0,tong;

for(i=1;i<=n;i++) s[i]=0;

if(k==0){ printf("Phuong trinh co nghiem duy nhat

");

print();}

else

{ for(c=2;c<=pow(k+1,n);c++)

{ tong=0;

i=n;while(s[i]==k) i--;

s[i]++;

for(j=i+1;j<=n;j++) s[j]=0;

for(i=1;i<=n;i++) tong+=s[i];

if( tong==k)

{ dem++;

print();

if (dem%3==0) printf("

");

}

}

printf("

Phuong trinh co %d nghiem",dem);

}

}

Bạn đang đọc truyện trên: Truyen247.Pro

Tags: