编程求100以内能被3整除的但不能被7整除的数

问题描述:

编程求100以内能被3整除的但不能被7整除的数

#include
main()
{
int i=0;
printf("100以内能被3整除的但不能被7整除的数:\n");
for(i=0;i