Problem with determining prime numbersSorry for bad code,I just dont know what to do when i get all the numbers that are factors of some n...
Problem with determining prime numbers[code]#include <iostream> using namespace std; int count=0; int s(int n){ for(int i=1;i<=n;...
This user does not accept Private Messages