arret
This commit is contained in:
@@ -28,7 +28,7 @@ int *my_factor(int n){
|
||||
tmp = n;
|
||||
div = 2;
|
||||
|
||||
while (temps > 1) {
|
||||
while (tmp > 1) {
|
||||
if (tmp % div == 0){
|
||||
*(kebab + index) = div;
|
||||
index ++;
|
||||
|
||||
Reference in New Issue
Block a user