求100以内的合数

问题描述:

求100以内的合数

这样判断是否为素数
#include
bool IsPrime(int n)
{
for(int i = 2; i