Posts by Tiago Cavalca • 11 points
1 post
-
1
votes4
answers9378
viewsA: Algorithm Factorization in C
I would use a different method than yours, I think more unlimited, see if you agree with me: #include <iostream> #include <conio.h> using namespace std; int main() { int num=0 , cont=0 ,…