求助X≤Y≤Z,解方程组x+y+z=40 x2+y2+z2=600用C如何编写啊
问题描述:
求助X≤Y≤Z,解方程组x+y+z=40 x2+y2+z2=600用C如何编写啊
X,Y,Z是正整数
答
#include
main()
{
int x,y,z;
for(x=1;x