bai 10 (a^2+b^2 la so chinh phuong )a,b=0
/*tim cac cap so a,b thoa man*/
#include<stdio.h>
#include<conio.h>
#include<math.h>
int main()
{
int a,b,y=0,t;
printf("cac gia tri thoa man la:
");
for(a=0;a<100;a++)
{for(b=0;b<100;b++)
{ t=a*a+b*b;
for(int k=0;k<t;k++)
{if(k==sqrt(t))
printf(" (%d,%d)\t ",a,b);
y++;
}
}
}
if(y==0)
printf("ko co gia tri nao thoa man");
getch();
return 0;
}
Bạn đang đọc truyện trên: AzTruyen.Top