#include #include #include "Prime.h" bool Prime::Judge(int num) { if(num<=1) { cout<