用C程序编写整数100~500之间能被3,5,7整除的数,
问题描述:
用C程序编写整数100~500之间能被3,5,7整除的数,
答
#include
main()
{
int i=100;
for(i=100;i