求在10-1000间所有能被4除余3,被7除余4,被9除余4的数的平方和
问题描述:
求在10-1000间所有能被4除余3,被7除余4,被9除余4的数的平方和
答
#include
void main()
{
int s=0;
for(int i=10;i