程序设计题目 求10到1000内所有能被7和9中至少一个数整除的整数之个数
问题描述:
程序设计题目 求10到1000内所有能被7和9中至少一个数整除的整数之个数
答
#include
using namespace std;
int main()
{
int a,b=0;
for(a=10;a