编写程序,输出1-1000之间能被3和7整除的数,并统计其个数

问题描述:

编写程序,输出1-1000之间能被3和7整除的数,并统计其个数

int a3=0,a7=0,a37=0;
for(int i=1;i