求x2+y2=208(x-y)的所有正整数解x,y

问题描述:

求x2+y2=208(x-y)的所有正整数解x,y

#include
int main()
{
int x,y;
for(x=1;x